1
2
3
4
//! I/O operations to different formats.

pub mod fasta;
pub mod fastq;