fxread 0.1.3

A barebones fastx reader for rust
Documentation
[package]
name = "fxread"
version = "0.1.3"
edition = "2021"
description = "A barebones fastx reader for rust"
license = "MIT"
repository = "https://github.com/noamteyssier/fxread"
documentation = "https://docs.rs/fxread"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
flate2 = "1"
anyhow = "1"