Skip to content

Commit 6e544e6

Browse files
committed
Add FlexBuffers to Serde ecosystem list
1 parent d168e3a commit 6e544e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_src/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ Serde by the community.
6666
- [S-expressions], the textual representation of code and data used by the Lisp
6767
language family.
6868
- [D-Bus]'s binary wire format.
69+
- [FlexBuffers], the schemaless cousin of Google's FlatBuffers zero-copy
70+
serialization format.
6971

7072
[JSON]: https://github.com/serde-rs/json
7173
[Bincode]: https://github.com/TyOverby/bincode
@@ -86,6 +88,7 @@ Serde by the community.
8688
[AWS Parameter Store]: https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-paramstore.html
8789
[S-expressions]: https://github.com/rotty/lexpr-rs
8890
[D-Bus]: https://docs.rs/zvariant
91+
[FlexBuffers]: https://github.com/google/flatbuffers/tree/master/rust/flexbuffers
8992

9093
### Data structures
9194

0 commit comments

Comments
 (0)