10 stable releases
2.2.0 | Dec 2, 2024 |
---|---|
2.1.4 | May 10, 2024 |
2.1.1 | Jun 14, 2023 |
2.0.3 | Oct 13, 2022 |
1.10.2 | Mar 17, 2020 |
#33 in Biology
6,211 downloads per month
Used in 59 crates
(3 directly)
5MB
110K
SLoC
Contains (obscure autoconf code, 24KB) htslib/configure.ac, (obscure autoconf code, 8KB) htslib/htscodecs/configure.ac
HTSlib bindings for Rust
This sub-crate provides the raw HTSlib bindings, which are used for the high level Rust API for reading and writing BAM files provided by rust-htslib.
See rust-htslib for details.
lib.rs
:
This module exposes the raw HTSlib bindings for reading and writing genomics file formats like SAM, BAM, CRAM, VCF, BCF and tabix. Instead of using this crate directly, it is recommended to use rust-htslib instead, which has a more idiomatic and high-level API and builds on top of this crate.
Dependencies
~0.8–11MB
~129K SLoC