Crate serde_yaml [] [src]

Structs

Deserializer

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

Serializer

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

Enums

Error

This type represents all possible errors that can occur when serializing or deserializing a value using YAML.

Value

Functions

from_iter
from_reader
from_slice
from_str

Decodes a YAML value from a &str.

from_value

Shortcut function to decode a YAML Value into a T.

to_string
to_value

Shortcut function to encode a T into a YAML Value.

to_vec
to_writer

Type Definitions

Mapping
Result

Helper alias for Result objects that return a YAML Error.

Sequence