noodles_bgzf/gzi/async/
io.rs

1
2
3
4
5
6
//! Async gzip index I/O.

mod reader;
mod writer;

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