[][src]Crate indexed_bitvec

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

Re-exports

pub use crate::bits::Bits;

Modules

bits

Type to represent bits, and basic count/rank/select functions for it.

Structs

IndexedBits

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