Module codegen

Module codegen 

Source
Expand description

Generate Rust code from WADL files

Structs§

Config
Configuration for code generation

Enums§

ParamContainer

Constants§

XHTML_MIME_TYPE
MIME type for XHTML

Functions§

camel_case_name
Convert wadl names (with dashes) to camel-case Rust names
generate
Generate code from a WADL application definition.
generate_doc
Generate a docstring from the given Doc object.
snake_case_name
Convert wadl names (with dashes) to snake-case Rust names