Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: dummy release
  • Loading branch information
johanneskoester committed Jul 6, 2021
1 parent af2f84e commit 74d1565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hts-sys/src/lib.rs
Expand Up @@ -4,7 +4,7 @@
#![allow(clippy::all)]
#![allow(improper_ctypes)]
//! This module exposes the raw [HTSlib](https://github.com/samtools/htslib) bindings for reading and writing
//! genomics file formats like SAM, BAM, CRAM, VCF, BCF.
//! genomics file formats like SAM, BAM, CRAM, VCF, BCF and tabix.
//! Instead of using this crate directly, it is recommended to use [rust-htslib](https://docs.rs/rust-htslib)
//! instead, which has a more idiomatic and high-level API and builds on top of this crate.

Expand Down

0 comments on commit 74d1565

Please sign in to comment.