1
2
3
4
//! All functionality related to writing data to a file or stdout

pub mod lib;
pub mod writer;