File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,6 @@ Serde by the community.
48
48
- [ Postcard] , a no\_ std and embedded-systems friendly compact binary format.
49
49
- [ CBOR] , a Concise Binary Object Representation designed for small message size
50
50
without the need for version negotiation.
51
- - [ YAML] , a self-proclaimed human-friendly configuration language that ain't
52
- markup language.
53
51
- [ MessagePack] , an efficient binary format that resembles a compact JSON.
54
52
- [ TOML] , a minimal configuration format used by [ Cargo] .
55
53
- [ Pickle] , a format common in the Python world.
@@ -82,7 +80,6 @@ Serde by the community.
82
80
[ JSON ] : https://github.com/serde-rs/json
83
81
[ Postcard ] : https://github.com/jamesmunns/postcard
84
82
[ CBOR ] : https://github.com/enarx/ciborium
85
- [ YAML ] : https://github.com/dtolnay/serde-yaml
86
83
[ MessagePack ] : https://github.com/3Hren/msgpack-rust
87
84
[ TOML ] : https://docs.rs/toml
88
85
[ Pickle ] : https://github.com/birkenfeld/serde-pickle
You can’t perform that action at this time.
0 commit comments