rust-htslib 0.8.0

This library provides HTSlib bindings and a high level Rust API for reading and writing BAM files.
Documentation
1
2
3
4
5
6

mod sam;
pub mod vcf;
pub mod vcfutils;

pub use htslib::sam::*;