1 2 3 4 5 6 7
//! BGZF I/O. mod buf_read; mod read; mod seek; pub use self::{buf_read::BufRead, read::Read, seek::Seek};