pub type BitSet8 = BitSet<[u8; 1]>;
A bit set able to hold up to 8 elements
pub struct BitSet8 { /* private fields */ }