make_mod_file

Function make_mod_file 

Source
pub fn make_mod_file(path: &Path, with_test: bool) -> Result<PathBuf>
Expand description

Make a file module.

ยงArguments

  • path: Path of the module. Should not include file extensions.
  • with_test: Create a test module.