[][src]Module rust_htslib::prelude

The purpose of this module is to provide reexports of core traits so that they can be then glob-imported all at once:

use rust_htslib::prelude::*;

Re-exports

pub use bam::Read;
pub use bcf::record::Numeric;