rust-htslib 0.36.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
7
8
9
10
11
[build.env]
passthrough = [
    "RUST_DEBUG",
    "RUST_BACKTRACE",
    "CFLAGS"
]

[target.x86_64-unknown-linux-musl]
image = "brainstorm/cross-x86_64-unknown-linux-musl:1.0.4"
[target.x86_64-unknown-linux-gnu]
image = "brainstorm/cross-x86_64-unknown-linux-gnu:1.0.4"