A Rust workspace for parsing and validating YAML 1.2 with fine-grained source locations, extracted from Quarto so it can be used standalone.
| Crate | Description |
|---|---|
quarto-yaml |
A YAML 1.2 parser that preserves byte-range source locations for every node. |
quarto-yaml-validation |
Schema validation for YAML documents, with source-located diagnostics. |
Both crates are published independently to crates.io.
MIT — see LICENSE.