Expand description
YAML resolver for tag resolution and implicit typing
Structs§
- Basic
Resolver - Basic resolver with standard YAML 1.2 implicit typing
Enums§
- Plain
Scalar Type - 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
PlainScalarTypeunder the given YAML version. - value_
tag_ error - Build the error returned when the resolver detects the YAML 1.1
tag:yaml.org,2002:valueindicator (=).