fxread 0.2.2

A barebones fastx reader for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.anyhow]
version = "1"

[dependencies.flate2]
version = "1"

[package]
categories = ["science"]
description = "A barebones fastx reader for rust"
documentation = "https://docs.rs/fxread"
edition = "2021"
keywords = ["bioinformatics", "sequencing", "dna"]
license = "MIT"
name = "fxread"
readme = "README.md"
repository = "https://github.com/noamteyssier/fxread"
resolver = "2"
version = "0.2.2"