rust_template/module_lib/
mod.rs

1/// Contains all the components of the module to be used.  
2/// Contains a greet function, check [`hello_world::greet`] for more details.
3pub mod hello_world;