noodles_tabix/
io.rs

1
2
3
4
5
6
7
//! Tabix I/O.

pub mod indexed_reader;
mod reader;
mod writer;

pub use self::{reader::Reader, writer::Writer};