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