Crate rust_dense_bitset

Source

Structs§

  • Provides an efficient and compact BitSet implementation for up to 64 bits.
  • Provides a dense BitSet implementation (only limited by available memory)

Traits§

  • Trait to define the basic functions of a BitSet