Skip to content

Commit c92b69e

Browse files
committed
Add serde_dynamo to the list of data formats
1 parent f89d7bc commit c92b69e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_src/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ Serde by the community.
6969
- [FlexBuffers], the schemaless cousin of Google's FlatBuffers zero-copy
7070
serialization format.
7171
- [Bencode], a simple binary format used in the BitTorrent protocol.
72+
- [DynamoDB Items], the format used by [rusoto_dynamodb] to transfer data to
73+
and from DynamoDB.
7274

7375
[JSON]: https://github.com/serde-rs/json
7476
[Bincode]: https://github.com/servo/bincode
@@ -91,6 +93,8 @@ Serde by the community.
9193
[D-Bus]: https://docs.rs/zvariant
9294
[FlexBuffers]: https://github.com/google/flatbuffers/tree/master/rust/flexbuffers
9395
[Bencode]: https://github.com/P3KI/bendy
96+
[DynamoDB Items]: https://docs.rs/serde_dynamo
97+
[rusoto_dynamodb]: https://docs.rs/rusoto_dynamodb
9498

9599
### Data structures
96100

0 commit comments

Comments
 (0)