This library is a very early work in progress. So far we have integer vectors with arbitrary-sized (1- to 64-bit) elements. Next up: efficient rank and select queries.
It’s on crates.io, so you can add
toml
[dependencies]
succinct = "0.0.1"
to your Cargo.toml
and
rust
extern crate succinct;
to your crate root.