File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,8 @@ Serde by the community.
66
66
- [ S-expressions] , the textual representation of code and data used by the Lisp
67
67
language family.
68
68
- [ D-Bus] 's binary wire format.
69
+ - [ FlexBuffers] , the schemaless cousin of Google's FlatBuffers zero-copy
70
+ serialization format.
69
71
70
72
[ JSON ] : https://github.com/serde-rs/json
71
73
[ Bincode ] : https://github.com/TyOverby/bincode
@@ -86,6 +88,7 @@ Serde by the community.
86
88
[ AWS Parameter Store ] : https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-paramstore.html
87
89
[ S-expressions ] : https://github.com/rotty/lexpr-rs
88
90
[ D-Bus ] : https://docs.rs/zvariant
91
+ [ FlexBuffers ] : https://github.com/google/flatbuffers/tree/master/rust/flexbuffers
89
92
90
93
### Data structures
91
94
You can’t perform that action at this time.
0 commit comments