weighted-regexp 0.1.0

Rust port of 'A Play on Regular Expressions'
Documentation
[package]
name = "weighted-regexp"
description = "Rust port of 'A Play on Regular Expressions'"
version = "0.1.0"
authors = ["Jamey Sharp <jamey@minilop.net>"]
repository = "https://github.com/jameysharp/weighted-regexp-rs"
readme = "README.md"
license = "BSD-2-Clause"

[dependencies]
num-traits = "0.1"

[dev-dependencies]
quickcheck = "0.2"
quickcheck_macros = "0.2"