ferrilab / bitvecLinks
A crate for managing memory bit by bit
☆1,318Updated 11 months ago
Alternatives and similar repositories for bitvec
Users that are interested in bitvec 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,511Updated 3 weeks ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,119Updated last month
- A fast bump allocation arena for Rust☆1,822Updated last month
- Compile time static maps for Rust☆1,965Updated 3 weeks ago
- A macro to generate structures which behave like bitflags☆1,037Updated this week
- Attribute macro to require that the compiler prove a function can't ever panic☆1,136Updated 4 months ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,237Updated last year
- Macros for all your token pasting needs☆1,052Updated 9 months ago
- Slotmap data structure for Rust☆1,217Updated last year
- Rust quasi-quoting☆1,437Updated 2 weeks ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,672Updated 2 months ago
- Test harness for ui tests of compiler diagnostics☆907Updated 3 weeks ago
- Some more derive(Trait) options☆1,964Updated 3 weeks ago
- Optimized string search routines for Rust.☆1,167Updated last month
- Typed distributed plugin registration☆1,143Updated last month
- A vector with a fixed capacity. (Rust)☆827Updated 9 months ago
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,612Updated 2 months ago
- A Rust proc-macro attribute parser☆1,146Updated 2 weeks ago
- Rust library for single assignment cells and lazy statics without macros☆1,999Updated 2 months ago
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,504Updated last week
- A string type for Rust that is not required to be valid UTF-8.☆961Updated 3 months ago
- Slab allocator for Rust☆804Updated last month
- Heapless, `static` friendly data structures☆1,751Updated 2 weeks ago
- Heap profiling and ad hoc profiling for Rust programs.☆864Updated 5 months ago
- Overwrite `assert_eq!` with a drop-in replacement, adding a colorful diff.☆1,286Updated 2 months ago
- Compile-time type-checked builder derive☆1,048Updated 4 months ago
- derive builder implementation for rust structs☆1,458Updated 9 months ago
- Custom hooks for colorful human oriented error reports via panics and the eyre crate☆967Updated last year
- Rust library allowing to register multiple handlers for the same signal☆792Updated last week
- Data structure serialization library with several opposite design goals from Serde☆874Updated last month