Skip to content

Commit

Permalink
Merge pull request #1936 from bryanburgers/add-serde-dynamo
Browse files Browse the repository at this point in the history
Add serde_dynamo to the list of data formats
  • Loading branch information
dtolnay committed Dec 21, 2020
2 parents e797431 + a5da27e commit 3c29a88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions serde/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
//! Lisp language family.
//! - [D-Bus]'s binary wire format.
//! - [FlexBuffers], the schemaless cousin of Google's FlatBuffers zero-copy serialization format.
//! - [DynamoDB Items], the format used by [rusoto_dynamodb] to transfer data to
//! and from DynamoDB.
//!
//! [JSON]: https://github.com/serde-rs/json
//! [Bincode]: https://github.com/servo/bincode
Expand All @@ -78,6 +80,8 @@
//! [S-expressions]: https://github.com/rotty/lexpr-rs
//! [D-Bus]: https://docs.rs/zvariant
//! [FlexBuffers]: https://github.com/google/flatbuffers/tree/master/rust/flexbuffers
//! [DynamoDB Items]: https://docs.rs/serde_dynamo
//! [rusoto_dynamodb]: https://docs.rs/rusoto_dynamodb

////////////////////////////////////////////////////////////////////////////////

Expand Down

0 comments on commit 3c29a88

Please sign in to comment.