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