mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2026-04-25 10:47:36 -05:00
Merge pull request #97 from memoryruins/patch-1
Add no_std parsing crates
This commit is contained in:
@@ -417,10 +417,12 @@ Work in progress drivers. Help the authors make these crates awesome!
|
||||
[`#![no_std]` crates][no-std-category] designed to run on resource constrained devices.
|
||||
|
||||
- [bit_field](https://crates.io/crates/bit_field): manipulating bitfields and bitarrays - 
|
||||
- [combine](https://crates.io/crates/combine): parser combinator library - 
|
||||
- [heapless](https://crates.io/crates/heapless): provides `Vec`, `String`, `LinearMap`, `RingBuffer` backed by fixed-size buffers - 
|
||||
- [intrusive-collections](https://crates.io/crates/intrusive-collections): intrusive (non-allocating) singly/doubly linked lists and red-black trees - 
|
||||
- [managed](https://crates.io/crates/managed): provides `ManagedSlice`, `ManagedMap` backed by either their std counterparts or fixed-size buffers for `#![no_std]`. - 
|
||||
- [nalgebra](https://crates.io/crates/nalgebra): general-purpose and low-dimensional linear algebra library - 
|
||||
- [nom](https://crates.io/crates/nom): parser combinator framework - 
|
||||
- [smoltcp](https://github.com/m-labs/smoltcp): a small TCP/IP stack that runs without `alloc`
|
||||
- [embedded-graphics](https://crates.io/crates/embedded-graphics): 2D drawing library for any size display - 
|
||||
- [scroll](https://crates.io/crates/scroll): extensible and endian-aware Read/Write traits for generic containers - 
|
||||
|
||||
Reference in New Issue
Block a user