Modules§
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.
- Scoped
Tag
Type Aliases§
- Mapping
- Type alias for a
Vec<(Node, Node)>. - Sequence
- Type alias for a
Vec<Node>.