1
2
3
4
5
6
7
8
//! pied_piper library documentation :)

pub mod args;
pub mod read;
pub mod stats;
pub mod write;

const CHUNK_SIZE: usize = 16 * 1024;