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_
inf_ 🔒nan - Resolve the YAML 1.2 §10.2 float infinity / NaN spellings. The leading
dot is mandatory;
.inftakes an optional sign,.nandoes not. - resolve_
plain_ scalar - Resolve a plain scalar to a
PlainScalarTypeunder the given YAML version. - resolve_
radix_ 🔒int - Parse a hex (
0x), octal (0o), or binary (0b) integer literal. - value_
tag_ error - Build the error returned when the resolver detects the YAML 1.1
tag:yaml.org,2002:valueindicator (=).