1
2
3
4
5
6
7
//! The traits providing the abstractions of this crate.

pub mod alphabet;
pub mod sequence;
pub mod sequence_store;

pub mod k_mer;