Crate stack_bitset

Source

Structs§

StackBitSet
BitSet with compile-time size. It does not require any allocation and is entirely stored on the stack.
StackBitSetIterator

Enums§

StackBitSetError
Error type of the crate

Functions§

const_min
usize_count
Computes the number of usize chunks needed for a bitset of n elements.