rust-embedded / heaplessLinks
Heapless, `static` friendly data structures
☆1,734Updated last month
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,126Updated this week
- A crate for managing memory bit by bit☆1,312Updated 10 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,059Updated last week
- Attribute macro to require that the compiler prove a function can't ever panic☆1,132Updated 3 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,484Updated 2 weeks ago
- A macro to generate structures which behave like bitflags☆1,024Updated last month
- A fast bump allocation arena for Rust☆1,782Updated 2 weeks ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,653Updated 3 weeks ago
- Compile time static maps for Rust☆1,940Updated this week
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,230Updated last year
- Some more derive(Trait) options☆1,941Updated 2 weeks ago
- Rust library for single assignment cells and lazy statics without macros☆1,989Updated last month
- Rust quasi-quoting☆1,425Updated last month
- derive builder implementation for rust structs☆1,446Updated 8 months ago
- A Rust proc-macro attribute parser☆1,129Updated 2 weeks ago
- Find unused dependencies in Cargo.toml☆1,929Updated 2 weeks ago
- Macros for all your token pasting needs☆1,051Updated 8 months ago
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,491Updated last week
- Typed distributed plugin registration☆1,122Updated 3 months ago
- A small rust library for adding custom derives to enums☆2,079Updated last month
- A binary encoder / decoder implementation in Rust.☆3,028Updated last week
- A safe and fast multi-producer, multi-consumer channel.☆2,656Updated 3 months ago
- Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.☆1,339Updated 3 weeks ago
- Concurrency permutation testing tool for Rust.☆2,386Updated 2 months ago
- Compile-time type-checked builder derive☆1,033Updated 3 months ago
- Test harness for ui tests of compiler diagnostics☆889Updated 2 weeks ago
- Rust port of Google's SwissTable hash map☆2,667Updated 2 weeks ago
- Custom hooks for colorful human oriented error reports via panics and the eyre crate☆966Updated 10 months ago
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,585Updated 3 weeks ago
- Slotmap data structure for Rust☆1,207Updated last year