acatton / serde-yaml-ng

Strongly typed YAML library for Rust, serde compatible. This is an independant continuation of serde-yaml from dtolnay.
MIT License
18 stars 4 forks source link

Document YAML specification version #2

Closed russellbanks closed 5 months ago

russellbanks commented 5 months ago

See https://github.com/dtolnay/serde-yaml/issues/400.

dtolnay mentioned that serde_yaml's current codebase "does not have line-of-site to supporting anything newer than YAML 1.1" - https://fosstodon.org/@mo8it/112158090015890687.

If the crate in its current state doesn't support the newest spec fully, it would be nice to work towards that.

acatton commented 5 months ago

Let's keep this issue about the documentation, which is a fair point, and continue on YAML 1.2 in #3