yes_parser 1.0.2

Your Extensible Script standard parser reads so you can write!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "yes_parser"

authors = ["TheMaverickProgrammer"]

version = "1.0.2"

edition = "2021"

license-file = "LICENSE"

description = "Your Extensible Script standard parser reads so you can write!"

homepage = "https://github.com/TheMaverickProgrammer/rust_yes_parser"

repository = "https://github.com/TheMaverickProgrammer/rust_yes_parser"

readme = "README.md"

keywords = ["parser", "simple", "script", "reader", "customize"]

categories = ["config", "game-development", "parsing"]



[[example]]

name = "config"

path = "examples/config.rs"