// src/main.rs mod manip; mod tests; fn main() { println!("Hello, world!"); // TODO argument parsing // TODO logging // TODO config file }