orlp / slotmap
Slotmap data structure for Rust
☆1,196Updated last year
Alternatives and similar repositories for slotmap:
Users that are interested in slotmap are comparing it to the libraries listed below
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,457Updated last week
- Macros for all your token pasting needs☆1,045Updated 6 months ago
- A fast bump allocation arena for Rust☆1,697Updated 3 weeks ago
- Typed distributed plugin registration☆1,103Updated 2 months ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆741Updated 2 months ago
- Compile time static maps for Rust☆1,915Updated 3 months ago
- Rust quasi-quoting☆1,403Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆1,989Updated last month
- Attribute macro to require that the compiler prove a function can't ever panic☆1,126Updated last month
- Data structure serialization library with several opposite design goals from Serde☆853Updated 2 months ago
- Some more derive(Trait) options☆1,890Updated this week
- A macro to generate structures which behave like bitflags☆1,009Updated 2 months ago
- Runtime for executing procedural macros as WebAssembly☆1,375Updated 2 months ago
- A Rust proc-macro attribute parser☆1,115Updated 2 weeks ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆742Updated 2 months ago
- derive builder implementation for rust structs☆1,434Updated 6 months ago
- A vector with a fixed capacity. (Rust)☆810Updated 6 months ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,224Updated last year
- A crate for mucking around with piles of bytes☆838Updated last week
- A small rust library for adding custom derives to enums☆2,010Updated this week
- Units of measurement -- type-safe zero-cost dimensional analysis☆1,069Updated 2 months ago
- A string type for Rust that is not required to be valid UTF-8.☆926Updated 3 weeks ago
- A memory efficient string type that can store up to 24* bytes on the stack☆732Updated last month
- Numeric traits for generic mathematics in Rust☆796Updated 8 months ago
- Serialization library with zero dependencies☆781Updated last month
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,542Updated this week
- Easily assign underlying errors into domain-specific errors while adding context☆1,618Updated 5 months ago
- Rust library for single assignment cells and lazy statics without macros☆1,963Updated last month
- Test harness for ui tests of compiler diagnostics☆877Updated 2 months ago
- Async multi-producer multi-consumer channel☆848Updated last week