rust-embedded / heapless
Heapless, `static` friendly data structures
☆1,553Updated 2 weeks ago
Related projects ⓘ
Alternatives and complementary repositories for heapless
- A crate for managing memory bit by bit☆1,216Updated 3 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆1,725Updated last month
- A no_std + serde compatible message library for Rust☆921Updated this week
- Easily assign underlying errors into domain-specific errors while adding context☆1,445Updated last week
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,356Updated last week
- Compile time static maps for Rust☆1,844Updated 2 months ago
- A macro to generate structures which behave like bitflags☆962Updated 3 weeks ago
- Rust library for single assignment cells and lazy statics without macros