Merge pull request #433 from softprops/add_envy

add envy
This commit is contained in:
David Tolnay 2016-07-10 20:59:50 -07:00 committed by GitHub
commit 4ec0a7e672

View File

@ -824,6 +824,7 @@ Serialization Formats Using Serde
| Format | Name |
| ------ | ---- |
| Bincode | [bincode](https://crates.io/crates/bincode) |
| env vars | [envy](https://crates.io/crates/envy) |
| 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) |