@@ -43,8 +43,7 @@ The following is a partial list of data formats that have been implemented for
43
43
Serde by the community.
44
44
45
45
- [ JSON] , the ubiquitous JavaScript Object Notation used by many HTTP APIs.
46
- - [ Bincode] , a compact binary format used for IPC within the Servo rendering
47
- engine.
46
+ - [ Postcard] , a no\_ std and embedded-systems friendly compact binary format.
48
47
- [ CBOR] , a Concise Binary Object Representation designed for small message size
49
48
without the need for version negotiation.
50
49
- [ YAML] , a self-proclaimed human-friendly configuration language that ain't
@@ -57,7 +56,6 @@ Serde by the community.
57
56
- [ Avro] , a binary format used within Apache Hadoop, with support for schema
58
57
definition.
59
58
- [ JSON5] , a superset of JSON including some productions from ES5.
60
- - [ Postcard] , a no\_ std and embedded-systems friendly compact binary format.
61
59
- [ URL] query strings, in the x-www-form-urlencoded format.
62
60
- [ Envy] , a way to deserialize environment variables into Rust structs.
63
61
* (deserialization only)*
@@ -75,7 +73,7 @@ Serde by the community.
75
73
* (deserialization only)*
76
74
77
75
[ JSON ] : https://github.com/serde-rs/json
78
- [ Bincode ] : https://github.com/bincode-org/bincode
76
+ [ Postcard ] : https://github.com/jamesmunns/postcard
79
77
[ CBOR ] : https://github.com/enarx/ciborium
80
78
[ YAML ] : https://github.com/dtolnay/serde-yaml
81
79
[ MessagePack ] : https://github.com/3Hren/msgpack-rust
@@ -86,7 +84,6 @@ Serde by the community.
86
84
[ Avro ] : https://github.com/flavray/avro-rs
87
85
[ JSON5 ] : https://github.com/callum-oakley/json5-rs
88
86
[ URL ] : https://docs.rs/serde_qs
89
- [ Postcard ] : https://github.com/jamesmunns/postcard
90
87
[ Envy ] : https://github.com/softprops/envy
91
88
[ Envy Store ] : https://github.com/softprops/envy-store
92
89
[ Cargo ] : http://doc.crates.io/manifest.html
0 commit comments