fastx 0.5.2

FastX reads Fasta and FastQ files with little overhead.
Documentation
[dependencies.flate2]
default-features = false
version = "^1.1"

[dependencies.memchr]
version = "^2.7"

[[example]]
name = "fasta_cat"
path = "examples/fasta_cat.rs"

[[example]]
name = "fasta_count"
path = "examples/fasta_count.rs"

[[example]]
name = "fasta_iterator"
path = "examples/fasta_iterator.rs"

[[example]]
name = "fastq_cat"
path = "examples/fastq_cat.rs"

[[example]]
name = "fastx_cat"
path = "examples/fastx_cat.rs"

[[example]]
name = "fastx_count"
path = "examples/fastx_count.rs"

[features]
default = ["rust-backend"]
rust-backend = ["flate2/rust_backend"]
zlib = ["flate2/zlib"]
zlib-ng = ["flate2/zlib-ng"]
zlib-ng-compat = ["flate2/zlib-ng-compat"]

[lib]
name = "fastx"
path = "src/lib.rs"

[package]
authors = ["Andreas Hauser <Andreas.Hauser@LMU.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "FastX reads Fasta and FastQ files with little overhead."
edition = "2021"
keywords = ["sequencing", "genome", "Fasta", "FastQ", "bioinformatics"]
license = "CC-BY-SA-4.0"
name = "fastx"
readme = "README.md"
repository = "https://github.com/ahcm/fastx"
version = "0.5.2"