Kmer File Format Rust parser and writer
pub use self::kff::Kff;
pub use iterator::KmerIterator;
pub use utils::*;
Error struct of project kff
An iterator over all kmer present in a Kff file
Kmer File Format Rust parser
Struct and function to manage section
Utils function for KFF