sdsl 0.3.1

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

pub mod crate_export {
    pub use super::byte_tree::ByteTree;
    pub use super::common::{BreadthFirstSearch, DepthFirstSearch};
}