Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
pest 1.0.0-beta.1 - Docs.rs
[go: Go Back, main page]

pest 1.0.0-beta.1

The Elegant Parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "pest"
description = "The Elegant Parser"
version = "1.0.0-beta.1"
authors = ["DragoČ™ Tiselice <dragostiselice@gmail.com>"]
repository = "https://github.com/pest-parser/pest"
documentation = "https://docs.rs/pest"
keywords = ["pest", "parser", "peg", "grammar"]
categories = ["parsing"]
license = "MPL-2.0"
readme = "../README.md"

[dev-dependencies]
#pest_grammars = "1.0.0-beta.1"

[badges]
travis-ci = { repository = "pest-parser/pest" }