Skip to main content

Module resolver

Module resolver 

Source
Expand description

YAML resolver for tag resolution and implicit typing

Structs§

BasicResolver
Basic resolver with standard YAML 1.2 implicit typing

Enums§

PlainScalarType
Result of resolving a plain (unquoted) scalar to a YAML type.

Traits§

Resolver
Trait for YAML resolvers that handle tag resolution

Functions§

resolve_plain_scalar
Resolve a plain scalar to a PlainScalarType under the given YAML version.
value_tag_error
Build the error returned when the resolver detects the YAML 1.1 tag:yaml.org,2002:value indicator (=).