serde_yml

Module de

Source
Expand description

The de module contains the library’s YAML deserializer.

Structs§

  • Represents the current state of an enum during deserialization.
  • A structure that deserializes YAML into Rust values.

Enums§

  • Represents the different events that can occur during YAML parsing.
  • Represents the progress of parsing a YAML document.

Functions§

  • Deserialize an instance of type T from an IO stream of YAML.
  • Deserialize an instance of type T from bytes of YAML text.
  • Deserialize an instance of type T from a string of YAML text.