Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techassi/yaml-ast
A pure Rust YAML 1.2.2 parser
https://github.com/techassi/yaml-ast
rust rust-lang yaml yaml-parser
Last synced: 4 months ago
JSON representation
A pure Rust YAML 1.2.2 parser
- Host: GitHub
- URL: https://github.com/techassi/yaml-ast
- Owner: Techassi
- License: gpl-3.0
- Created: 2023-12-26T23:31:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-19T14:03:59.000Z (about 1 year ago)
- Last Synced: 2024-10-15T16:16:21.958Z (4 months ago)
- Topics: rust, rust-lang, yaml, yaml-parser
- Language: Rust
- Homepage: https://crates.io/crates/yaml-ast
- Size: 42 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yaml-ast
A pure Rust YAML 1.2.2 parser ([Spec](https://yaml.org/spec/1.2.2/))
---
#### ⚠️ 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.