[][src]Crate cbitset

Structs

BitSet

The bit set itself

Traits

BitArray

An internal trait used to bypass the fact that rust does not yet have const generics. Don't implement this yourself, it could lead to undefined behavior when using BitSet::from_ref

Type Definitions

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