Merge pull request #448 from laktak/hjson

add Hjson
This commit is contained in:
Oliver Schneider 2016-07-18 13:04:02 +02:00 committed by GitHub
commit 15c09a8d2c

View File

@ -825,6 +825,7 @@ Serialization Formats Using Serde
| ------ | ---- |
| Bincode | [bincode](https://crates.io/crates/bincode) |
| env vars | [envy](https://crates.io/crates/envy) |
| Hjson | [serde\_hjson](https://crates.io/crates/serde-hjson) |
| 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) |