Module yaml_rust2::parser

source ·
Expand description

Home to the YAML Parser.

The parser takes input from the crate::scanner::Scanner, performs final checks for YAML compliance, and emits a stream of tokens that can be used by the crate::YamlLoader to construct the crate::Yaml object.

Structs§

Enums§

  • An event generated by the YAML parser.

Traits§

Type Aliases§

  • A convenience alias for a Result of a parser event.