noodles-fasta 0.2.2

FASTA format reader and writer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "noodles-fasta"
version = "0.2.2"
authors = ["Michael Macias <zaeleus@gmail.com>"]
license = "MIT"
edition = "2018"
description = "FASTA format reader and writer"
homepage = "https://github.com/zaeleus/noodles"
repository = "https://github.com/zaeleus/noodles"
documentation = "https://docs.rs/noodles-fasta"

[dependencies]
memchr = "2.3.3"
noodles-bgzf = { path = "../noodles-bgzf", version = "0.4.0" }
noodles-core = { path = "../noodles-core", version = "0.1.2" }