noodles_tabix/async/
io.rs

1//! Async tabix I/O.
2
3mod reader;
4mod writer;
5
6pub use self::{reader::Reader, writer::Writer};