1 2 3 4 5 6
/// Contains everything needed to function pub mod core; /// Contains utilities to manage files pub mod file_ops; /// Everything needed for the CLI application pub mod parse;