| Crates.io | yaml-ast |
| lib.rs | yaml-ast |
| version | 0.0.1 |
| created_at | 2023-12-30 13:51:35.432415+00 |
| updated_at | 2023-12-30 13:51:35.432415+00 |
| description | A pure Rust YAML 1.2.2 parser. Provides access to the AST and event-based emitter/parser. |
| homepage | https://github.com/Techassi/yaml-ast |
| repository | https://github.com/Techassi/yaml-ast |
| max_upload_size | |
| id | 1084223 |
| size | 52,268 |
A pure Rust YAML 1.2.2 parser (Spec)
This project is currently under very active development. It is not production-ready or even spec-compliant (yet). The official state is: Exploration / experimentation phase. It eventually aims to provide deeper control over the YAML AST and the event-based emitter/parser. It is aimed at projects which require full insight into the YAML structure for advanced topics like automatic code generations via derive macros.