Rust v0.3.0 — References 2.0
Rust 0.3.0 brings the Rust crate to Lima References 2.0 parity with TypeScript.
Highlights:
- dotted document and partial paths
- bounded three-edge transitive resolution and cycle handling
- structural copies, canonical interpolation, and ordered diagnostics
- final resource validation and duplicate-key warning callbacks
- all 369 shared conformance cases pass
- Core performance remains within the release regression gates
The primary entry point is parse with ParseOptions; parse_references remains as a deprecated References 2.0 alias.
See rust/CHANGELOG.md for the complete release notes.