yaml_parser 0.2.0

Semi-tolerant YAML concrete syntax tree parser.
Documentation
[dependencies.rowan]
version = "0.15"

[dependencies.winnow]
version = "0.6"
[dev-dependencies.insta]
features = ["glob"]
version = "1.38"

[package]
authors = ["Pig Fang <g-plane@hotmail.com>"]
description = "Semi-tolerant YAML concrete syntax tree parser."
edition = "2021"
exclude = ["/tests"]
keywords = ["yaml", "parser"]
license = "MIT"
name = "yaml_parser"
readme = "README.md"
repository = "https://github.com/g-plane/pretty_yaml"
version = "0.2.0"