Skip to main content

Crate serde_yamlinator

Crate serde_yamlinator 

Source
Expand description

This is a fork of of serde_yaml2 that focuses on supporting serializing/deserialization from the intermediary parsed yaml representation, rather than from the raw string data.

In effect, this reduces the debugability of ser/de functionality from reading string data, but allows more direct manipulation of the source/resultant yaml.

Re-exports§

pub use de::from_str;
pub use ser::to_string;

Modules§

de
ser

Structs§

Yaml
Simple wrapper over Yaml to support serde functionality.