yarpl 0.0.23

Yet Another Rust Parsing Library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "yarpl"
version = "0.0.23"
authors = ["hldprk <hldprk@gmail.com>"]
edition = "2018"
description = "Yet Another Rust Parsing Library"
keywords = ["parsing","macro"]
categories = ["parsing"]
license = "0BSD"
documentation = "https://docs.rs/yarpl"
repository = "https://github.com/hldprk/yarpl"

[lib]

[dependencies]
regex = "1.5.4"
colored = "2.0.0"