explain why the alternatives are mentioned

This commit is contained in:
John Vandenberg
2025-09-11 16:25:42 +08:00
committed by Dirkjan Ochtman
parent 0d8252e9c4
commit be91e0d2f1

View File

@@ -23,7 +23,9 @@ If you rely on this crate, it is highly recommended switching to a maintained al
- [`serde_norway`](https://crates.io/crates/serde_norway) - Maintained fork of `serde_yaml`, using `unsafe-libyaml-norway`
- [`serde_yaml_ng`](https://crates.io/crates/serde_yaml_ng) - Maintained fork of `serde_yaml`, using unmaintained `unsafe-libyaml`
## Incomplete alternatives
## Incomplete pure Rust alternatives
These implementation do not rely on C `libyaml`.
- [`serde_yaml2`](https://crates.io/crates/serde_yaml2)
- [`yaml-peg`](https://crates.io/crates/yaml-peg)