ferrilab / bitvecLinks
A crate for managing memory bit by bit
☆1,343Updated 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,544Updated 3 weeks ago
- Compile time static maps for Rust☆2,024Updated last week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,191Updated this week
- A fast bump allocation arena for Rust☆1,917Updated 3 months ago
- A macro to generate structures which behave like bitflags☆1,060Updated last month
- Attribute macro to require that the compiler prove a function can't ever panic☆1,156Updated last month
- Macros for all your token pasting needs☆1,059Updated last year
- Slotmap data structure for Rust☆1,244Updated last year
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,244Updated last year
- Test harness for ui tests of compiler diagnostics☆930Updated last week
- Rust quasi-quoting☆1,475Updated 3 weeks ago
- A string type for Rust that is not required to be valid UTF-8.☆993Updated 2 months ago
- Heap profiling and ad hoc profiling for Rust programs.☆887Updated 8 months ago
- Optimized string search routines for Rust.☆1,233Updated 3 weeks ago
- A Rust proc-macro attribute parser☆1,176Updated 3 weeks ago
- Typed distributed plugin registration☆1,193Updated last month
- Some more derive(Trait) options☆1,999Updated last month
- Easily assign underlying errors into domain-specific errors while adding context☆1,798Updated last week
- A vector with a fixed capacity. (Rust)☆830Updated last year
- Compile-time type-checked builder derive☆1,102Updated last month
- Rust library for single assignment cells and lazy statics without macros☆2,034Updated 4 months ago
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,249Updated last week
- A crate for mucking around with piles of bytes☆903Updated 2 weeks ago
- Custom hooks for colorful human oriented error reports via panics and the eyre crate☆969Updated last year
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,529Updated last month
- Support atomic operations on Arc itself☆1,129Updated 2 weeks ago
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,644Updated 2 months ago
- Rust cache structures and easy function memoization☆1,900Updated 3 months ago
- Data structure serialization library with several opposite design goals from Serde☆891Updated 3 weeks ago
- Slab allocator for Rust☆846Updated 2 months ago