Crate indexed_bitvec[][src]

Operations to create indexes used to perform fast rank & select operations on bitvectors.

Structs

Bits

Bits stored as a sequence of bytes (most significant bit first).

IndexedBits

Bits stored with extra index data for fast rank and select.