regex-syntax 0.4.2

A regular expression parser.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "regex-syntax"
version = "0.4.2"  #:version
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-lang/regex"
documentation = "https://docs.rs/regex-syntax"
homepage = "https://github.com/rust-lang/regex"
description = "A regular expression parser."
workspace = ".."

[dev-dependencies]
quickcheck = { version = "0.6", default-features = false }
rand = "0.4"