ferrilab / bitvecLinks
A crate for managing memory bit by bit
☆1,367Updated 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,608Updated this week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,287Updated last month
- A fast bump allocation arena for Rust☆2,087Updated 3 weeks ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,270Updated last year
- Attribute macro to require that the compiler prove a function can't ever panic☆1,182Updated 3 weeks ago
- Compile time static maps for Rust☆2,093Updated this week
- A macro to generate structures which behave like bitflags☆1,096Updated last month
- Slotmap data structure for Rust☆1,284Updated 2 months ago
- Macros for all your token pasting needs☆1,074Updated last year
- Easily assign underlying errors into domain-specific errors while adding context☆1,836Updated 3 weeks ago
- Typed distributed plugin registration☆1,252Updated 2 weeks ago
- Rust quasi-quoting☆1,522Updated last week
- Test harness for ui tests of compiler diagnostics☆950Updated last week
- A vector with a fixed capacity. (Rust)☆851Updated last year
- Heap profiling and ad hoc profiling for Rust programs.☆931Updated 11 months ago
- A string type for Rust that is not required to be valid UTF-8.☆1,026Updated 3 months ago
- Slab allocator for Rust☆870Updated last week
- Some more derive(Trait) options☆2,068Updated this week
- Compile-time type-checked builder derive☆1,140Updated last month
- Data structure serialization library with several opposite design goals from Serde☆914Updated last month
- A crate for mucking around with piles of bytes☆956Updated last week
- A Rust proc-macro attribute parser☆1,229Updated 3 weeks ago
- Defines the Rust borrow checker.☆1,578Updated 8 months ago
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,702Updated 3 weeks ago
- Rust derive-based argument parsing optimized for code size☆1,877Updated 6 months ago
- aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction☆1,306Updated 2 months ago
- Custom hooks for colorful human oriented error reports via panics and the eyre crate☆970Updated last year
- Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization☆1,354Updated 2 weeks ago
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,560Updated 3 weeks ago
- Rust library for single assignment cells and lazy statics without macros☆2,055Updated 8 months ago