A library for working with small and cheap bit sets and masks
Masks keep track of usize indexes which are set through [testing][Mask::test]. This allows for masking indexes in certain operations. Like if you want to mask which channels in an audio buffer is in use or not.
```rust
fn test
let mut set = bittle::BitSet::
test(&set);
set.clear(1);
asserteq!(std::mem::sizeofval(&set), std::mem::sizeof::
License: MIT/Apache-2.0