Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions _src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Serde by the community.
and from DynamoDB.
- [Hjson], a syntax extension to JSON designed around human reading and editing.
*(deserialization only)*
- [Redbin], a binary format that accurately represents [Red language] values.

[JSON]: https://github.com/serde-rs/json
[Bincode]: https://github.com/servo/bincode
Expand All @@ -98,6 +99,8 @@ Serde by the community.
[DynamoDB Items]: https://docs.rs/serde_dynamo
[rusoto_dynamodb]: https://docs.rs/rusoto_dynamodb
[Hjson]: https://github.com/Canop/deser-hjson
[Redbin]: https://github.com/loziniak/redbin
[Red language]: https://www.red-lang.org/

### Data structures

Expand Down