Crate yaml_ast

source ·

Modules

Structs

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

Enums

  • A YAML schema is a combination of a set of tags and a mechanism for resolving non-specific tags.

Type Aliases