rustkmer 0.5.2

High-performance k-mer counting tool in Rust
Documentation
1
2
3
4
5
6
7
8
//! Input/output operations
//!
//! Provides file parsing, memory-mapped file operations, and file discovery for genomic data.

pub mod discovery;
pub mod fasta;
pub mod fastq;
pub mod mmap;