Expand description
Structures for bit vectors and vectors of bit fields of fixed width.
Re-exports§
pub use bit_field_vec::*;pub use bit_vec::*;
Modules§
- bit_
field_ vec - Vectors of bit fields of fixed width (AKA “compact arrays“, “bit array“, etc.)
- bit_vec
- Bit vector implementations.
Macros§
- bit_
field_ vec - Convenient,
vec!-like macro to initializeusize-based bit-field vectors. - bit_vec
- Convenient,
vec!-like macro to initialize bit vectors.