rust-htslib 1.0.0

This library provides 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::*;