Module rust_htslib::prelude [] [src]

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::*;

Reexports

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