Expand description
Generate Rust code from WADL files
Structs§
- Config
- Configuration for code generation
Enums§
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
Docobject. - snake_
case_ name - Convert wadl names (with dashes) to snake-case Rust names