noodles_bcf/async/
io.rs

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