Skip to content

Commit

Permalink
Merge pull request #1840 from rw/patch-1
Browse files Browse the repository at this point in the history
Add FlexBuffers to serde ecosystem list
  • Loading branch information
dtolnay committed Jun 19, 2020
2 parents f3520e5 + bb1dedf commit 6980727
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions serde/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
//! - [S-expressions], the textual representation of code and data used by the
//! Lisp language family.
//! - [D-Bus]'s binary wire format.
//! - [FlexBuffers], the schemaless cousin of Google's FlatBuffers zero-copy serialization format.
//!
//! [JSON]: https://github.com/serde-rs/json
//! [Bincode]: https://github.com/TyOverby/bincode
Expand All @@ -76,6 +77,7 @@
//! [AWS Parameter Store]: https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-paramstore.html
//! [S-expressions]: https://github.com/rotty/lexpr-rs
//! [D-Bus]: https://docs.rs/zvariant
//! [FlexBuffers]: https://github.com/google/flatbuffers/tree/master/rust/flexbuffers

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

Expand Down

0 comments on commit 6980727

Please sign in to comment.