yaml-ast

Crates.ioyaml-ast
lib.rsyaml-ast
version0.0.1
sourcesrc
created_at2023-12-30 13:51:35.432415
updated_at2023-12-30 13:51:35.432415
descriptionA pure Rust YAML 1.2.2 parser. Provides access to the AST and event-based emitter/parser.
homepagehttps://github.com/Techassi/yaml-ast
repositoryhttps://github.com/Techassi/yaml-ast
max_upload_size
id1084223
size52,268
Techassi (Techassi)

documentation

README

yaml-ast

A pure Rust YAML 1.2.2 parser (Spec)


⚠️ Notice

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.

Commit count: 8

cargo fmt