Crate serde_yaml [] [src]

Reexports

pub use self::de::{Deserializer, from_str, from_iter, from_reader, from_slice};
pub use self::ser::{Serializer, to_writer, to_vec, to_string};
pub use self::value::{to_value, from_value};
pub use self::error::{Error, Result};

Modules

de

YAML Deserialization

error
ser

YAML Serialization

value

Enums

Yaml

A YAML node is stored as this Yaml enumeration, which provides an easy way to access your YAML document.