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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1288,6 +1288,7 @@ Work in progress drivers. Help the authors make these crates awesome!
1288
1288
1.[register-rs](https://github.com/rust-embedded/register-rs): Unified interface for MMIO and CPU registers. Provides type-safe bitfield manipulation. `register-rs` is Tock registers with added support for CPU register definitions using the same API as for the MMIO registers. This enables homogeneous interfaces to registers of all kinds. - 
1289
1289
1.[scapegoat](https://crates.io/crates/scapegoat): Safe, stack-only alternative to `BTreeSet` and `BTreeMap`. - [](https://crates.io/crates/scapegoat)
1290
1290
1.[scroll](https://crates.io/crates/scroll): extensible and endian-aware Read/Write traits for generic containers - 
1291
+
1.[sized-dst](https://crates.io/crates/sized-dst): Owned container for dynamically-sized types (such as trait objects) backed by stack memory. - 
1291
1292
1.[Slint](https://crates.io/crates/slint): Declarative GUI framework that works on microcontrollers. [](https://crates.io/crates/slint)
1292
1293
1.[smbus-pec](https://crates.io/crates/smbus-pec): Minimal portable System Management Bus Packet Error Code calculation algorithm. 
1293
1294
1.[smoltcp](https://github.com/m-labs/smoltcp): a small TCP/IP stack that runs without `alloc`. 
0 commit comments