Skip to content

Commit 42bd498

Browse files
authored
Add the new deser_hjson deserializer for Hjson
Another crate, [hjson-rust](https://github.com/hjson/hjson-rust) was listed in the past for Hjson but hadn't been made compatible with serde 1.0 and isn't compatible with derive based operations. This new crate, [deser-hjson](https://github.com/Canop/deser-hjson) is explicitly geared at derive based deserialization.
1 parent 0040f09 commit 42bd498

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_src/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ Serde by the community.
7171
- [Bencode], a simple binary format used in the BitTorrent protocol.
7272
- [DynamoDB Items], the format used by [rusoto_dynamodb] to transfer data to
7373
and from DynamoDB.
74+
- [Hjson], a superset of JSON suitable for configuration files.
75+
*(deserialization only)*
7476

7577
[JSON]: https://github.com/serde-rs/json
7678
[Bincode]: https://github.com/servo/bincode
@@ -95,6 +97,7 @@ Serde by the community.
9597
[Bencode]: https://github.com/P3KI/bendy
9698
[DynamoDB Items]: https://docs.rs/serde_dynamo
9799
[rusoto_dynamodb]: https://docs.rs/rusoto_dynamodb
100+
[Hjson]: https://github.com/Canop/deser-hjson
98101

99102
### Data structures
100103

0 commit comments

Comments
 (0)