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

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