Skip to content

Commit bb5bf37

Browse files
authored
Removed Deprecated yaml crate
serde-yaml is no longer maintained - so it can be very confusing when the serde crate recommends it
1 parent 417157e commit bb5bf37

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

_src/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ Serde by the community.
4848
- [Postcard], a no\_std and embedded-systems friendly compact binary format.
4949
- [CBOR], a Concise Binary Object Representation designed for small message size
5050
without the need for version negotiation.
51-
- [YAML], a self-proclaimed human-friendly configuration language that ain't
52-
markup language.
5351
- [MessagePack], an efficient binary format that resembles a compact JSON.
5452
- [TOML], a minimal configuration format used by [Cargo].
5553
- [Pickle], a format common in the Python world.
@@ -82,7 +80,6 @@ Serde by the community.
8280
[JSON]: https://github.com/serde-rs/json
8381
[Postcard]: https://github.com/jamesmunns/postcard
8482
[CBOR]: https://github.com/enarx/ciborium
85-
[YAML]: https://github.com/dtolnay/serde-yaml
8683
[MessagePack]: https://github.com/3Hren/msgpack-rust
8784
[TOML]: https://docs.rs/toml
8885
[Pickle]: https://github.com/birkenfeld/serde-pickle

0 commit comments

Comments
 (0)