Module saphyr_parser::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 YAML events. This stream can for instance be used to create
YAML objects.
Structs§
- A YAML parser.
- A YAML tag.
Enums§
- An event generated by the YAML parser.
Traits§
- Trait to be implemented in order to use the low-level parsing API.
- Trait to be implemented for using the low-level parsing API.
Type Aliases§
- A convenience alias for a
Resultof a parser event.