noodles-bcf handles the reading and writing of the BCF format.
pub use self::record::Record;
pub use self::async::io::Reader as AsyncReader;
pub use self::async::io::Writer as AsyncWriter;