jerky 0.9.0

Succinct on-disk data structures in Rust
Documentation
1
2
3
4
//! Rank9/Select index implementation.
pub mod inner;

pub use inner::Rank9SelIndex;