You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -1249,11 +1249,14 @@ Work in progress drivers. Help the authors make these crates awesome!
1249
1249
[`#![no_std]` crates][no-std-category] designed to run on resource-constrained devices.
1250
1250
1251
1251
1.[adskalman](https://crates.io/crates/adskalman): Kalman filter and Rauch-Tung-Striebel smoothing implementation. [](https://crates.io/crates/adskalman)
1252
+
1.[arbitrary-int](https://crates.io/crates/arbitrary-int): This crate implements arbitrary numbers for Rust. Once included, you can use types like `u5` or `u120`
1.[bbqueue](https://crates.io/crates/bbqueue): A SPSC, statically allocatable queue based on BipBuffers suitable for DMA transfers - [](https://crates.io/crates/bbqueue)
1254
1255
1.[bitmatch]: A crate that allows you to match, bind, and pack the individual bits of integers. - [](https://crates.io/crates/bitmatch)
1255
1256
1.[biquad]: A library for creating second-order IIR filters for signal processing based on Biquads, where both a Direct Form 1 (DF1) and Direct Form 2 Transposed (DF2T) implementation is available. [](https://crates.io/crates/biquad)
1256
1257
1.[bit_field](https://crates.io/crates/bit_field): manipulating bitfields and bitarrays - [](https://crates.io/crates/bit_field)
1258
+
1.[bitbybit](https://crates.io/crates/bitbybit): macros that create bit fields and bit enums, which are useful in bit packing code (e.g. in drivers or networking code)
1259
+
1.[bitfield-struct](https://crates.io/crates/bitfield-struct): Procedural macro for bitfields that allows specifying bitfields as structs
1257
1260
1.[bluetooth-hci](https://crates.io/crates/bluetooth-hci): device-independent Bluetooth Host-Controller Interface implementation. [](https://crates.io/crates/bluetooth-hci)
1258
1261
1.[bounded-registers](https://crates.io/crates/bounded-registers) A high-assurance memory-mapped register code generation and interaction library. `bounded-registers` provides a Tock-like API for MMIO registers with the addition of type-based bounds checking. - [](https://crates.io/crates/bounded-registers)
1259
1262
1.[cam-geom](https://crates.io/crates/cam-geom): Geometric models of cameras for photogrammetry. [](https://crates.io/crates/cam-geom)
0 commit comments