Const Sized Bit Set
A bitset with a const generic size parameter indicating the number of 64 bit words to use. Can be used in no-std as it does not allocate.
Getting started
use *;
// This set has 2 64-bit words so this set can contain values in 0..=127
let mut set = from_iter;
set.remove;
set.insert;
assert_eq!;