From 5453b1094a0c1ef43ae3c298dfab43feef4a2608 Mon Sep 17 00:00:00 2001 From: Paul Florence Date: Tue, 16 Oct 2018 09:29:48 +0200 Subject: [PATCH] Added the awesome crate `qei`. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4555846..19dcca9 100644 --- a/README.md +++ b/README.md @@ -432,6 +432,7 @@ Work in progress drivers. Help the authors make these crates awesome! - [nalgebra](https://crates.io/crates/nalgebra): general-purpose and low-dimensional linear algebra library - ![crates.io](https://img.shields.io/crates/v/nalgebra.svg) - [nom](https://crates.io/crates/nom): parser combinator framework - ![crates.io](https://img.shields.io/crates/v/nom.svg) - [pc-keyboard]: A PS/2 keyboard protocol driver. Transport (bit-banging or SPI) agnostic, but can convert Set 2 Scancodes into Unicode. +- [qei](https://crates.io/crates/qei) : A qei wrapper that allows you to extend your qei timers from a 16 bit integer to a 64 bit integer. - [register-rs](https://github.com/rust-osdev/register-rs): Unified interface for MMIO and CPU registers. Provides type-safe bitfield manipulation. - ![crates.io](https://img.shields.io/crates/v/register.svg) - [scroll](https://crates.io/crates/scroll): extensible and endian-aware Read/Write traits for generic containers - ![crates.io](https://img.shields.io/crates/v/scroll.svg) - [smoltcp](https://github.com/m-labs/smoltcp): a small TCP/IP stack that runs without `alloc`