contain-rs / bit-vecLinks
A Vec of Bits
☆179Updated 2 weeks ago
Alternatives and similar repositories for bit-vec
Users that are interested in bit-vec are comparing it to the libraries listed below
Sorting:
- Conditional compilation according to rustc compiler version☆366Updated last month
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆342Updated 3 months ago
- Generic bijective maps in Rust☆146Updated last year
- A lightweight version of pin-project written with declarative macros.☆249Updated last month
- Compile-time string formatting☆238Updated 6 months ago
- Struct fields that are made read-only accessible to other modules☆251Updated last month
- Procedural macros to derive numeric traits in Rust☆204Updated last year
- Statically-checked alternatives to RefCell and RwLock☆368Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆165Updated this week
- Generic Rational numbers for Rust☆149Updated 4 months ago
- ☆282Updated 4 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆251Updated 3 months ago
- Approximate floating point equality comparisons and assertions☆168Updated last year
- A HashMap wrapper that holds key-value pairs in insertion order☆174Updated 11 months ago
- A simple bitset container for Rust☆143Updated last month
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆183Updated last year
- Delegation of trait implementations via procedural macros☆267Updated 11 months ago
- generators☆208Updated last year
- Fowler–Noll–Vo hash function☆345Updated last year
- Complex numbers for Rust☆238Updated last month
- A command line tool for comparing benchmarks run by Criterion.☆248Updated 8 months ago
- Provides a crate with information from the time it was built.☆175Updated last month
- This crate provides macros to generate bitfield-like struct.☆185Updated last month
- Fast function for printing integer primitives to a decimal string☆332Updated last month
- ☆201Updated 5 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆209Updated last week
- Async synchronization primitives☆269Updated 2 months ago
- A basic crate to encode values to hexadecimal representation. Originally extracted from rustc-serialize.☆217Updated last month
- Procedural macro to implement Display and FromStr using common settings.☆187Updated last month
- Compact string type for zero-copy parsing☆258Updated last year