bcf_reader 0.2.4

a small, lightweight, pure-Rust library to allow efficient, cross-platform access to genotype data in BCF files
Documentation
[dependencies.byteorder]
version = "1.4.3"

[dependencies.flate2]
version = "1.0.28"

[dependencies.rayon]
version = "1.10.0"

[features]
zlib = ["flate2/zlib"]
zlib-ng-compat = ["flate2/zlib-ng-compat"]

[package]
description = "a small, lightweight, pure-Rust library to allow efficient, cross-platform access to genotype data in BCF files"
edition = "2021"
license = "MIT"
name = "bcf_reader"
readme = "Readme.md"
repository = "https://github.com/bguo068/bcf-reader.git"
version = "0.2.4"