sdsl 0.3.1

A Rust interface for the Succinct Data Structure Library.
Documentation
1
2
3
4
5
6
7
8
9
pub mod layouts;
pub mod wt_huff;
pub mod wt_int;

pub mod crate_export {
    pub use super::layouts::crate_export as layouts;
    pub use super::wt_huff::WtHuff;
    pub use super::wt_int::WtInt;
}