yaml-rust was a pure-rust implementation, that's literally in the tagline:
> A pure rust YAML implementation.
serde_yaml was arguably less pure-rust, as it relied on unsafe-libyaml, which is a c2rust translation of libyaml.
yaml-rust was a pure-rust implementation, that's literally in the tagline:
> A pure rust YAML implementation.
serde_yaml was arguably less pure-rust, as it relied on unsafe-libyaml, which is a c2rust translation of libyaml.