Crate cbitset

Crate cbitset 

Source

Structs§

BitSet
The bit set itself

Traits§

BitArray
An internal trait used to bypass the fact that rust does not yet have const generics

Type Aliases§

BitSet8
A bit set able to hold up to 8 elements
BitSet16
A bit set able to hold up to 16 elements
BitSet32
A bit set able to hold up to 32 elements
BitSet64
A bit set able to hold up to 64 elements
BitSet128
A bit set able to hold up to 128 elements
BitSet256
A bit set able to hold up to 256 elements
BitSet512
A bit set able to hold up to 512 elements
BitSet1024
A bit set able to hold up to 1024 elements