peg-runtime 0.6.0

Runtime support for rust-peg grammars. To use rust-peg, see the `peg` crate.
Documentation
1
2
3
4
5
6
7
8
9
10
[lib]
path = "lib.rs"

[package]
authors = ["Kevin Mehall <km@kevinmehall.net>"]
description = "Runtime support for rust-peg grammars. To use rust-peg, see the `peg` crate."
license = "MIT"
name = "peg-runtime"
repository = "https://github.com/kevinmehall/rust-peg"
version = "0.6.0"