noodles_tabix/io/
indexed_reader.rs

1//! Tabix indexed reader.
2
3mod builder;
4
5pub use self::builder::Builder;