yaml_parser 0.2.2

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
18
[package]
name = "yaml_parser"
version = "0.2.2"
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"
categories = ["parser-implementations", "text-processing"]
keywords = ["yaml", "parser"]
exclude = ["/tests"]

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

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