Skip to content

Commit cec8993

Browse files
authored
Merge pull request #121 from Canop/patch-1
Add the new deser_hjson deserializer for Hjson
2 parents ed4dc48 + 42bd498 commit cec8993

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)