1 2 3 4 5
pub(crate) mod bit_tree; pub mod pairwise; pub(crate) mod types; pub type TextSlice<'a> = &'a [u8];