File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments