Welcome to Rust-Quire¶
Rust-quire is a parser for yaml-based configuration files. Features:
- Structured Yaml configuration files
- Yaml anchors and merge (
<<
) keys - Yaml syntax extensions [1]: includes, list unpacking
- Rich set of tools for end users (includes, yaml anchors, variables…)
[1] | any configuration is still valid yaml, we use Yaml tags for as an extension mechanism |
Contents: