Crate yaml_ast

Crate yaml_ast 

Source

Modules§

emitter
events

Structs§

Document
A document is part (or chunk) of a larger Stream.
Stream
A stream represents one or more Documents separated by --- (triple dash) and ... (triple dot).

Enums§

Error
Kind
Node
A YAML schema is a combination of a set of tags and a mechanism for resolving non-specific tags.
ScopedTag

Type Aliases§

Mapping
Type alias for a Vec<(Node, Node)>.
Sequence
Type alias for a Vec<Node>.