ferrilab / bitvecLinks
A crate for managing memory bit by bit
☆1,326Updated 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,523Updated 2 months ago
- A fast bump allocation arena for Rust☆1,877Updated 2 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,159Updated 2 weeks ago
- Compile time static maps for Rust☆1,985Updated 2 weeks ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,238Updated last year
- Macros for all your token pasting needs☆1,054Updated 11 months ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,145Updated 2 weeks ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,777Updated this week
- Slotmap data structure for Rust☆1,230Updated last year
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,514Updated last week
- A macro to generate structures which behave like bitflags☆1,046Updated last week
- Typed distributed plugin registration☆1,174Updated 2 weeks ago
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,623Updated last month
- Optimized string search routines for Rust.☆1,193Updated 3 months ago
- Test harness for ui tests of compiler diagnostics☆917Updated 2 weeks ago
- A Rust proc-macro attribute parser☆1,162Updated 2 weeks ago
- Rust quasi-quoting