Crate indexed_bitvec_core

Source
Expand description

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

Modulesยง

bits_ref
Type to represent a reference to some bits, and basic count/rank/select functions for it.
index_raw
The raw functions for building and using rank/select indexes.