Crate uri_template_system_core
source ·Expand description
uri-template-system-core
This package is an internal implementation package - it shouldn’t be consumed as a direct dependency. Please see uri-template-system for the top-level package intended for use.
Structs
- The
Templatetype is the basis for most simple tasks. Parsing and expansion are both template functions.
Enums
- An
Errorcompatible type which may be the result of a failure ofTemplate::expand(given a validTemplateand providedValues). - An
Errorcompatible type which may be the result of a failure ofTemplate::parse, likely due to an invalid URI Template format (as defined by the grammar given in RFC6570).