1 2 3 4 5 6 7
//! Tabix index. mod indexer; pub use self::indexer::Indexer; pub(crate) const DEPTH: u8 = 5;