This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
0.7.0
- Update to Serde 1.0, although note that serde_yaml does not currently support Serde's new zero-copy deserialization. See Serde's 1.0.0 release notes here.
- Refactor and extend the
serde_yaml::Value
API to work more like serde_json::Value.