rust_template/
lib.rs

1/// Library for importing modules
2/// pub makes the module public so it can be used in other crates/applications
3pub mod module_lib;