Expand description
The ser
module contains the library’s YAML serializer.
YAML Serialization
This module provides YAML serialization with the type Serializer
.
Structs§
- A structure for serializing Rust values into YAML.
Enums§
- The state of the serializer.
Functions§
- Serialize the given data structure as a String of YAML.
- Serialize the given data structure as YAML into the IO stream.