Skip to main content

make_module

Function make_module 

Source
pub fn make_module(name: &str) -> Result<()>
Expand description

Scaffold src/modules/<snake_name>/ with mod.rs, controller.rs, and service.rs, and register the module in src/modules/mod.rs.