Crate fasta[−][src]
fasta
fasta
is a collection of structs and functions
that help to parse and manipulate FASTA files.
Modules
errors | Errors for this crate. |
helpers | Helper functions that perform operations used across the whole crate. |
index | An index that stores byte offsets of individual entries in FASTA files. |
map | A HashMap representation of a FASTA file. |
pieces | Structs that represent specific pieces of information found in FASTA files. Useful for extracting and storing these parts. |
read | Utilities for reading whole FASTA files into iterators. |