Module serde_yaml::ser [] [src]

YAML Serialization

This module provides YAML serialization with the type Serializer.

Structs

Serializer

A structure for serializing a Rust value into a YAML value.

Functions

to_string
to_vec
to_writer