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