pidgin 0.1.3

simple non-recursive grammars
Documentation
[package]
name = "pidgin"
version = "0.1.3"
authors = ["dfhoughton <dfhoughton@gmail.com>"]
description= "simple non-recursive grammars"
homepage = "https://github.com/dfhoughton/pidgin"
repository = "https://github.com/dfhoughton/pidgin"
documentation = "https://docs.rs/pidgin"
readme = "README.md"
keywords = [ "grammar", "regex", "parsing" ]
categories = [ "parsing", "text-processing" ]
license = "GPL-2.0"

[profile.release]
panic = "abort"

[dependencies]
regex = "1"
lazy_static = "1.1.0"

[dev-dependencies]
rand = "0.5.5"
criterion = "0.2"

[[bench]]
name = "regex_comparison"
harness = false