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