A Vec of Bits
☆186Mar 1, 2026Updated this week
Alternatives and similar repositories for bit-vec
Users that are interested in bit-vec are comparing it to the libraries listed below
Sorting:
- A Raw utility for managing contiguous heap allocations☆10Jul 26, 2016Updated 9 years ago
- A Set of Bits☆73Updated this week
- A simple map based on a vector for small integer keys☆69Dec 1, 2024Updated last year
- An ordered map and set based on a trie.☆28May 21, 2020Updated 5 years ago
- An immutable singly-linked list, as seen in basically every functional language☆31Mar 3, 2023Updated 3 years ago
- Ordered iterators☆10May 21, 2020Updated 5 years ago
- A HashMap wrapper that holds key-value pairs in insertion order☆179Jul 16, 2024Updated last year
- A double-ended priority queue implemented with an interval heap.☆17Jul 31, 2017Updated 8 years ago
- An ordered map and set based on a binary search tree.☆13Mar 31, 2015Updated 10 years ago
- A cache that holds a limited number of key-value pairs☆85Apr 16, 2022Updated 3 years ago
- A structure for holding a set of enum variants☆19Mar 6, 2019Updated 6 years ago
- Generic array types in Rust☆432Nov 19, 2025Updated 3 months ago
- An alternative implementation of std::LinkedList☆62Dec 2, 2024Updated last year
- Experimental comparators for collections to be generic over☆17Apr 29, 2024Updated last year
- A vector with a fixed capacity. (Rust)☆851Oct 19, 2024Updated last year
- A if/elif-like macro for Rust #[cfg] statements☆632Nov 26, 2025Updated 3 months ago
- A map backed by a vector☆26Mar 12, 2024Updated last year
- A crate for managing memory bit by bit☆1,375Aug 9, 2024Updated last year
- Numeric traits for generic mathematics in Rust☆918Jun 17, 2025Updated 8 months ago
- ☆903Feb 16, 2026Updated 2 weeks ago
- Just, really the littlest Vec you could need. So smol.☆728Jan 28, 2026Updated last month
- A collection of numeric types and traits for Rust.☆1,196Jan 25, 2025Updated last year
- A simple bitset container for Rust☆164Jun 22, 2025Updated 8 months ago
- The arena, a fast but limited type of allocator☆578Aug 16, 2024Updated last year
- A crate for safe and ergonomic pin-projection.☆704Updated this week
- A macro to generate structures which behave like bitflags☆1,108Feb 13, 2026Updated 2 weeks ago
- Slab allocator for Rust☆879Jan 31, 2026Updated last month
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆371Dec 20, 2025Updated 2 months ago
- ☆322Sep 30, 2025Updated 5 months ago
- A lightweight version of pin-project written with declarative macros.☆273Feb 9, 2026Updated 3 weeks ago
- An eventually consistent LRU designed for lock-free concurrent reads☆22Feb 28, 2023Updated 3 years ago
- Asynchronous streams for Rust using async & await notation☆739Dec 8, 2024Updated last year
- Compile time static maps for Rust☆2,107Updated this week
- Compile time numbers in Rust.☆578Nov 2, 2025Updated 4 months ago
- Module initialization/global constructor functions for Rust☆960Dec 4, 2025Updated 2 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,300Jan 7, 2026Updated last month
- Support for matching file paths against Unix shell style patterns.☆570Dec 2, 2025Updated 3 months ago
- Rust library for reading/writing numbers in big-endian and little-endian.☆1,078Sep 25, 2024Updated last year
- Concatenate identifiers in a macro invocation☆94Dec 19, 2022Updated 3 years ago