rustkmer 0.5.2

High-performance k-mer counting tool in Rust
Documentation
1
2
3
4
5
6
//! Output formatting and serialization
//!
//! Provides binary and text output formats for k-mer counting results.

pub mod binary;
pub mod text;