Skip to content

Commit

Permalink
fix: dummy release
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Jul 6, 2021
1 parent 76a5dec commit af2f84e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions hts-sys/src/lib.rs
Expand Up @@ -3,9 +3,10 @@
#![allow(non_snake_case)]
#![allow(clippy::all)]
#![allow(improper_ctypes)]
//! This module exposes the raw [HTSlib](https://github.com/samtools/htslib) bindings.
//! 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.
//! 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.
//! 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.

#[cfg(feature = "bzip2")]
extern crate bzip2_sys;
Expand Down

0 comments on commit af2f84e

Please sign in to comment.