ferrilab / bitvecLinks
A crate for managing memory bit by bit
☆1,359Updated last year
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,571Updated 2 weeks ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,236Updated this week
- A fast bump allocation arena for Rust☆1,974Updated last month
- Attribute macro to require that the compiler prove a function can't ever panic☆1,164Updated last week
- A macro to generate structures which behave like bitflags☆1,078Updated last month
- Compile time static maps for Rust☆2,061Updated last month
- Macros for all your token pasting needs☆1,064Updated last year
- Slotmap data structure for Rust☆1,257Updated last year
- Rust quasi-quoting☆1,491Updated last week
- A vector with a fixed capacity. (Rust)☆836Updated last year
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,254Updated last year
- Easily assign underlying errors into domain-specific errors while adding context☆1,812Updated last week
- Typed distributed plugin registration☆1,215Updated last week
- A Rust proc-macro attribute parser☆1,195Updated last week
- Slab allocator for Rust☆853Updated 3 weeks ago
- A string type for Rust that is not required to be valid UTF-8.☆1,010Updated last month
- Test harness for ui tests of compiler diagnostics☆940Updated last week
- Data structure serialization library with several opposite design goals from Serde☆904Updated last week
- Compile-time type-checked builder derive☆1,117Updated last week
- Optimized string search routines for Rust.☆1,273Updated 2 months ago
- Overwrite `assert_eq!` with a drop-in replacement, adding a colorful diff.☆1,317Updated 2 months ago
- Rust library allowing to register multiple handlers for the same signal☆809Updated last week
- Numeric traits for generic mathematics in Rust☆889Updated 5 months ago
- Some more derive(Trait) options☆2,015Updated this week
- derive builder implementation for rust structs☆1,510Updated 2 months ago
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,550Updated last week
- Heap profiling and ad hoc profiling for Rust programs.☆901Updated 9 months ago
- Heapless, `static` friendly data structures☆1,869Updated this week
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,668Updated 3 months ago
- A memory efficient string type that can store up to 24* bytes on the stack☆795Updated 2 months ago