rust-embedded / heaplessLinks
Heapless, `static` friendly data structures
☆1,838Updated this week
Alternatives and similar repositories for heapless
Users that are interested in heapless are comparing it to the libraries listed below
Sorting:
- A no_std + serde compatible message library for Rust☆1,205Updated last week
- A macro to generate structures which behave like bitflags☆1,061Updated last week
- Easily assign underlying errors into domain-specific errors while adding context☆1,798Updated this week
- A crate for managing memory bit by bit☆1,343Updated last year
- Attribute macro to require that the compiler prove a function can't ever panic☆1,157Updated last week
- Compile time static maps for Rust☆2,028Updated 2 weeks ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,244Updated last year
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,546Updated last month
- Rust quasi-quoting☆1,475Updated 3 weeks ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,201Updated last week
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,536Updated last month
- Some more derive(Trait) options☆2,003Updated last week
- Typed distributed plugin registration☆1,198Updated last month
- A Rust proc-macro attribute parser☆1,179Updated 3 weeks ago
- Temporary file library for rust☆1,356Updated last month
- Macros for all your token pasting needs☆1,058Updated last year
- A small rust library for adding custom derives to enums☆2,182Updated 3 months ago
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,645Updated 2 months ago
- Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.☆1,380Updated last month
- A fast bump allocation arena for Rust☆1,930Updated this week
- Write safer FFI code in Rust without polluting it with unsafe code☆1,008Updated this week
- A multiprocess drop-in replacement for Rust channels☆1,033Updated last week
- Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization☆1,292Updated last week
- derive builder implementation for rust structs☆1,495Updated last month
- Rust library for single assignment cells and lazy statics without macros☆2,034Updated 5 months ago
- Slotmap data structure for Rust☆1,244Updated last year
- Find unused dependencies in Cargo.toml☆2,024Updated last week
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,127Updated 3 weeks ago
- Type erasure for async trait methods☆2,063Updated last week
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,019Updated 2 weeks ago