Crate fffx

Source
Expand description

Yet another rust fasta/fastq parser, with a focus on speed and memory usage. Well fuzzed and performant-focused.

The basic ones to use are fasta, fastq submodules.

The ones under zerocopy:: use slightly less memory at the cost of discontiguous streams.

Re-exports§

pub use fasta::Fasta;
pub use fastq::Fastq;

Modules§

fasta
fastq
utils

Structs§

Sequence