generate

Function generate 

Source
pub fn generate(app: &Application, config: &Config) -> String
Expand description

Generate code from a WADL application definition.

This function generates Rust code from a WADL application definition. The generated code includes Rust types for the representations and resource types defined in the WADL application, as well as methods for interacting with the resources.

ยงArguments

  • app - The WADL application definition.
  • config - Configuration for the code generation.