noodles_cram/async/
io.rs

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

pub mod reader;
pub mod writer;

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