Expand description
§WADL
A crate for parsing WADL files and generating Rust code from them.
Modules§
- Abstract syntax tree for WADL documents.
- Blocking features
- Generate Rust code from WADL files
Enums§
- The error type for this crate.
- Errors that can occur while parsing a WADL document.
Constants§
- The MIME type of WADL files.
Traits§
- The root of the web service.
Functions§
- Parse an XML application description from a reader.
- Parse a byte slice containing an XML application description.
- Parse an XML application description from a file.
- Parse a string containing an XML application description.