compact_genome/
interface.rs

1//! The traits providing the abstractions of this crate.
2
3pub mod alphabet;
4pub mod sequence;
5pub mod sequence_store;
6
7pub mod k_mer;