orlp / slotmap
Slotmap data structure for Rust
☆1,180Updated 11 months ago
Alternatives and similar repositories for slotmap:
Users that are interested in slotmap are comparing it to the libraries listed below
- A hash table with consistent order and fast iteration; access items by key or sequence index☆1,883Updated 3 weeks ago
- Macros for all your token pasting needs☆1,038Updated 4 months ago
- A fast bump allocation arena for Rust☆1,565Updated 3 weeks ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,405Updated this week
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆727Updated this week
- Compile time static maps for Rust☆1,893Updated 2 weeks ago
- Typed distributed plugin registration☆1,069Updated this week
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆674Updated last year
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,212Updated 11 months ago
- Rust quasi-quoting☆1,369Updated this week
- A vector with a fixed capacity. (Rust)☆791Updated 4 months ago
- A Rust proc-macro attribute parser☆1,075Updated 3 weeks ago
- Some more derive(Trait) options☆1,840Updated 2 weeks ago
- Compile-time type-checked builder derive☆946Updated 5 months ago
- A crate for managing memory bit by bit☆1,259Updated 6 months ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,058Updated this week
- derive builder implementation for rust structs☆1,394Updated 4 months ago
- A macro to generate structures which behave like bitflags☆985Updated 2 weeks ago
- A crate for mucking around with piles of bytes☆783Updated 2 weeks ago
- Numeric traits for generic mathematics in Rust☆772Updated 6 months ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆731Updated last week
- Runtime for executing procedural macros as WebAssembly☆1,338Updated this week
- A memory efficient string type that can store up to 24* bytes on the stack☆710Updated this week
- A string type for Rust that is not required to be valid UTF-8.☆886Updated last month
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,489Updated 3 weeks ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,585Updated 3 months ago
- Slab allocator for Rust☆741Updated last week
- Custom hooks for colorful human oriented error reports via panics and the eyre crate☆961Updated 6 months ago
- Data structure serialization library with several opposite design goals from Serde☆832Updated this week
- Module initialization/global constructor functions for Rust☆798Updated this week