@@ -43,8 +43,7 @@ The following is a partial list of data formats that have been implemented for
4343Serde by the community.
4444
4545- [ 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.
4847- [ CBOR] , a Concise Binary Object Representation designed for small message size
4948 without the need for version negotiation.
5049- [ YAML] , a self-proclaimed human-friendly configuration language that ain't
@@ -57,7 +56,6 @@ Serde by the community.
5756- [ Avro] , a binary format used within Apache Hadoop, with support for schema
5857 definition.
5958- [ JSON5] , a superset of JSON including some productions from ES5.
60- - [ Postcard] , a no\_ std and embedded-systems friendly compact binary format.
6159- [ URL] query strings, in the x-www-form-urlencoded format.
6260- [ Envy] , a way to deserialize environment variables into Rust structs.
6361 * (deserialization only)*
@@ -75,7 +73,7 @@ Serde by the community.
7573 * (deserialization only)*
7674
7775[ JSON ] : https://github.com/serde-rs/json
78- [ Bincode ] : https://github.com/bincode-org/bincode
76+ [ Postcard ] : https://github.com/jamesmunns/postcard
7977[ CBOR ] : https://github.com/enarx/ciborium
8078[ YAML ] : https://github.com/dtolnay/serde-yaml
8179[ MessagePack ] : https://github.com/3Hren/msgpack-rust
@@ -86,7 +84,6 @@ Serde by the community.
8684[ Avro ] : https://github.com/flavray/avro-rs
8785[ JSON5 ] : https://github.com/callum-oakley/json5-rs
8886[ URL ] : https://docs.rs/serde_qs
89- [ Postcard ] : https://github.com/jamesmunns/postcard
9087[ Envy ] : https://github.com/softprops/envy
9188[ Envy Store ] : https://github.com/softprops/envy-store
9289[ Cargo ] : http://doc.crates.io/manifest.html
0 commit comments