1
2
3
4
5
6
7
//! Readers and writers for common bioinformatics file formats.


pub mod fastq;
pub mod fasta;
pub mod bed;
pub mod gff;