Crate kff

Source
Expand description

Kmer File Format Rust parser and writer

Re-exports§

pub use self::kff::Kff;
pub use iterator::KmerIterator;
pub use utils::*;

Modules§

error
Error struct of project kff
iterator
An iterator over all kmer present in a Kff file
kff
Kmer File Format Rust parser
section
Struct and function to manage section
utils
Utils function for KFF