regex-syntax 0.2.6

A regular expression parser.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "regex-syntax"
version = "0.2.6"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-lang/regex"
documentation = "http://doc.rust-lang.org/regex/regex_syntax/index.html"
homepage = "https://github.com/rust-lang/regex"
description = "A regular expression parser."

[dev-dependencies]
quickcheck = "0.2"
rand = "0.3"