noodles_tabix/io/
indexed_reader.rs

1
2
3
4
5
//! Tabix indexed reader.

mod builder;

pub use self::builder::Builder;