YAML serde based on yaml-rust
This commit is contained in:
parent
c6cd8a09c0
commit
a0eb235f0a
14
README.md
14
README.md
@ -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) |
|
||||||
|
Loading…
Reference in New Issue
Block a user