bam 0.0.14

Crate that allows to read and write BAM, SAM and BGZIP files, written completely in Rust.
Documentation
[dependencies.byteorder]
version = "1.3"

[dependencies.crc32fast]
version = "1.2"

[dependencies.flate2]
default-features = false
features = ["rust_backend"]
version = "1.0"
[dev-dependencies.glob]
version = "0.3"

[dev-dependencies.rand]
version = "0.7"

[package]
authors = ["Timofey Prodanov <timofey.prodanov@gmail.com>"]
description = "Crate that allows to read and write BAM, SAM and BGZIP files, written completely in Rust."
documentation = "https://docs.rs/bam"
edition = "2018"
exclude = [".cargo_vcs_info.json", ".gitignore"]
keywords = ["bam", "sam", "htslib", "bgzip", "pileup"]
license = "MIT"
name = "bam"
readme = "README.md"
repository = "https://gitlab.com/tprodanov/bam"
version = "0.0.14"
[profile.dev]
incremental = false
opt-level = 3

[profile.test]
opt-level = 3