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.
69
69
- [ FlexBuffers] , the schemaless cousin of Google's FlatBuffers zero-copy
70
70
serialization format.
71
71
- [ 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.
72
74
73
75
[ JSON ] : https://github.com/serde-rs/json
74
76
[ Bincode ] : https://github.com/servo/bincode
@@ -91,6 +93,8 @@ Serde by the community.
91
93
[ D-Bus ] : https://docs.rs/zvariant
92
94
[ FlexBuffers ] : https://github.com/google/flatbuffers/tree/master/rust/flexbuffers
93
95
[ Bencode ] : https://github.com/P3KI/bendy
96
+ [ DynamoDB Items ] : https://docs.rs/serde_dynamo
97
+ [ rusoto_dynamodb ] : https://docs.rs/rusoto_dynamodb
94
98
95
99
### Data structures
96
100
You can’t perform that action at this time.
0 commit comments