extended-htslib 0.3.0

This library provides extended HTSlib bindings and a high level Rust API for reading and writing BAM files.
Documentation
1
2
//! Re-export hts-sys htslib bindings
pub use hts_sys::*;