yaml_parser 0.2.1

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.39"

[package]
authors = ["Pig Fang <g-plane@hotmail.com>"]
categories = ["parser-implementations", "text-processing"]
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.1"