Function rustme::generate[][src]

pub fn generate(release: bool) -> Result<(), Error>
Expand description

Generates all RustMe configurations found within the current directory.

Errors

  • Returns any errors occurred processing an individual configuration.
  • Returns Error::NoConfiguration if no configurations were found.