serializable-yaml 0.1.0

Serializable equivalent of yaml-rust
Documentation

Serializable YAML

This library makes the YAML type from yaml-rust serializable. Because of the orphan rule it cannot implement the necessary trait on those types directly, so instead it provides its own serializable equivalents.