rslint_regex 0.2.0

RegEx parser for the ECMAScript definition
Documentation
[package]
name = "rslint_regex"
version = "0.2.0"
authors = ["RSLint developers"]
edition = "2018"
description = "RegEx parser for the ECMAScript definition"
license = "MIT"
repository = "https://github.com/RDambrosio016/RSLint"

[dependencies]
bitflags = "1.2.1"
once_cell = "1.5.2"
rslint_errors = { version = "0.1", path = "../rslint_errors", optional = true }

[dev-dependencies]
criterion = "0.3"

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