noodles_cram/crai/async/
io.rs

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