Expand description
A no-std, no-alloc trait for querying and manipulating bits in a
[[usize]
] and iterating their run lengths.
Structs§
- OutOf
Range - A single inhabitancy type marking that we were out of range.
- RL
- A run length - a range of the same value repeated.
- RLE
- An iterator over run lengths of bits.
Constants§
Traits§
- RLEBits
- A trait that allows reading, setting and iterating bits by their run lengths.
Functions§
- words_
needed - Returns the number of usizes needed to capture the given number of bits.