yaml_parser 0.3.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
18
[package]
name = "yaml_parser"
version = "0.3.0"
edition = "2024"
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.workspace = true
winnow = "0.7"

[dev-dependencies]
insta.workspace = true