sdsl 0.3.1

A Rust interface for the Succinct Data Structure Library.
Documentation
1
2
3
4
5
6
pub mod bit_vector;
pub mod rrr_vector;

pub mod crate_export {
    pub use super::{bit_vector::BitVector, rrr_vector::RrrVector};
}