Crate seq_io_parallel

Crate seq_io_parallel 

Source

Re-exports§

pub use processor::ParallelProcessor;
pub use reader::ParallelReader;
pub use record::MinimalRefRecord;

Modules§

fasta
Efficient FASTA reading and writing
fastq
Efficient FASTQ reading and writing
policy
This module defines the BufPolicy trait, which configures how the internal buffer of the parsers should grow upon encountering large sequences that don’t fit into the buffer.
processor
reader
record