9 stable releases
2.1.4 | May 10, 2024 |
---|---|
2.1.1 | Jun 14, 2023 |
2.0.3 | Oct 13, 2022 |
2.0.2 | Aug 23, 2021 |
1.10.2 | Mar 17, 2020 |
#149 in Biology
3,451 downloads per month
Used in 45 crates
(via rust-htslib)
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
~126K SLoC