diff --git a/README.md b/README.md index 2274a185..ff5dc575 100644 --- a/README.md +++ b/README.md @@ -556,3 +556,14 @@ impl serde::de::Visitor for PointVisitor { } } ``` + +Serialization Formats Using Serde +================================= + +| Format | Name | +| ------ | ---- | +| Bincode | [bincode](https://crates.io/crates/bincode) | +| JSON | [serde\_json](https://crates.io/crates/serde_json) | +| MessagePack | [rmp](https://crates.io/crates/rmp) | +| XML | [serde\_xml](https://github.com/serde-rs/xml) | +| YAML | [serde\_yaml](https://github.com/serde-rs/yaml/) |