serde_yml::libyml

Module parser

Source
Expand description

YAML parser.

Structs§

  • Represents an anchor in a YAML document.
  • Represents the start of a mapping in a YAML document.
  • Represents a YAML parser.
  • Represents a pinned parser for YAML deserialization.
  • Represents a scalar value in a YAML document.
  • Represents the start of a sequence in a YAML document.

Enums§

  • Represents a YAML event encountered during parsing.
  • Represents the style of a scalar value in a YAML document.