YAML serde based on yaml-rust

This commit is contained in:
David Tolnay 2016-02-24 00:22:48 -08:00
parent c6cd8a09c0
commit a0eb235f0a

View File

@ -704,10 +704,10 @@ Field Annotations:
Serialization Formats Using Serde Serialization Formats Using Serde
================================= =================================
| Format | Name | | Format | Name |
| ------ | ---- | | ------ | ---- |
| Bincode | [bincode](https://crates.io/crates/bincode) | | Bincode | [bincode](https://crates.io/crates/bincode) |
| JSON | [serde\_json](https://crates.io/crates/serde_json) | | JSON | [serde\_json](https://crates.io/crates/serde_json) |
| MessagePack | [rmp](https://crates.io/crates/rmp) | | MessagePack | [rmp](https://crates.io/crates/rmp) |
| XML | [serde\_xml](https://github.com/serde-rs/xml) | | XML | [serde\_xml](https://github.com/serde-rs/xml) |
| YAML | [serde\_yaml](https://github.com/serde-rs/yaml/) | | YAML | [serde\_yaml](https://github.com/dtolnay/serde-yaml) |