kseq 0.2.0

a simple fasta/fastq format parser library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "kseq"
version = "0.2.0"
authors = ["Moold <mooldhu@gmail.com>"]
edition = "2018"
license = "MIT"
description = "a simple fasta/fastq format parser library"
homepage = "https://github.com/moold/kseq"
repository = "https://github.com/moold/kseq"
readme = "README.md"
keywords  = ["fastq", "fasta"]

[dependencies]
flate2 = { version = ">=0.2.18", features = ["zlib"], default-features = false }