yaml_parser 0.2.0

Semi-tolerant YAML concrete syntax tree parser.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "yaml_parser"
version = "0.2.0"
edition = "2021"
authors = ["Pig Fang <g-plane@hotmail.com>"]
description = "Semi-tolerant YAML concrete syntax tree parser."
repository = "https://github.com/g-plane/pretty_yaml"
license = "MIT"
keywords = ["yaml", "parser"]
exclude = ["/tests"]

[dependencies]
rowan = "0.15"
winnow = "0.6"

[dev-dependencies]
insta = { version = "1.38", features = ["glob"] }