1//! Pipeviewr Documentation 2 3pub mod args; 4pub mod read; 5pub mod stats; 6pub mod write; 7 8const CHUNK_SIZE: usize = 16 * 1024;