Crate wadl

Source
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.
ParseError
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.