orlp / slotmapLinks
Slotmap data structure for Rust
☆1,202Updated last year
Alternatives and similar repositories for slotmap
Users that are interested in slotmap are comparing it to the libraries listed below
Sorting:
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,473Updated this week
- Macros for all your token pasting needs☆1,046Updated 7 months ago
- Typed distributed plugin registration☆1,113Updated 2 months ago
- A fast bump allocation arena for Rust☆1,753Updated this week
- A crate for managing memory bit by bit☆1,306Updated 9 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,029Updated this week
- Runtime for executing procedural macros as WebAssembly☆1,386Updated 2 weeks ago
- Slab allocator for Rust☆787Updated last week
- Test harness for ui tests of compiler diagnostics☆886Updated 2 weeks ago
- A macro to generate structures which behave like bitflags☆1,018Updated 2 weeks ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,639Updated this week
- Some more derive(Trait) options☆1,922Updated this week
- A vector with a fixed capacity. (Rust)☆816Updated 7 months ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,131Updated 2 months ago
- Compile time static maps for Rust☆1,928Updated 4 months ago
- Data structure serialization library with several opposite design goals from Serde☆860Updated 2 weeks ago
- Rust quasi-quoting☆1,420Updated last week
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆680Updated last year
- A Rust proc-macro attribute parser☆1,121Updated last week
- Compile-time type-checked builder derive☆1,023Updated 2 months ago
- derive builder implementation for rust structs☆1,442Updated 7 months ago
- A memory efficient string type that can store up to 24* bytes on the stack☆737Updated 2 months ago
- A crate for mucking around with piles of bytes☆853Updated last month
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,229Updated last year
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆747Updated 3 weeks ago
- A string type for Rust that is not required to be valid UTF-8.☆938Updated last month
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆746Updated 2 weeks ago
- Numeric traits for generic mathematics in Rust☆820Updated 2 weeks ago
- Custom hooks for colorful human oriented error reports via panics and the eyre crate☆965Updated 10 months ago
- A small rust library for adding custom derives to enums☆2,046Updated last month