kseq 0.2.1

a simple fasta/fastq format parser library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.flate2]
default-features = false
features = ["zlib"]
version = ">=0.2.18"

[package]
authors = ["Moold <mooldhu@gmail.com>"]
description = "a simple fasta/fastq format parser library"
edition = "2018"
homepage = "https://github.com/moold/kseq"
keywords = ["fastq", "fasta"]
license = "MIT"
name = "kseq"
readme = "README.md"
repository = "https://github.com/moold/kseq"
version = "0.2.1"