Crates.io | hts-sys |
lib.rs | hts-sys |
version | |
source | src |
created_at | 2020-03-17 11:59:24.402088 |
updated_at | 2024-12-02 19:34:00.977772 |
description | This library provides HTSlib bindings. |
homepage | |
repository | https://github.com/samtools/htslib.git |
max_upload_size | |
id | 219783 |
Cargo.toml error: | TOML parse error at line 22, column 1 | 22 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.