regex-lite 0.1.2

A lightweight regex engine that optimizes for binary size and compilation time.
Documentation
[[test]]
name = "integration"
path = "tests/lib.rs"
[dev-dependencies.anyhow]
version = "1.0.69"

[dev-dependencies.regex-test]
version = "0.1.0"

[features]
default = ["std", "string"]
std = []
string = []

[package]
authors = ["The Rust Project Developers", "Andrew Gallant <jamslam@gmail.com>"]
autotests = false
description = "A lightweight regex engine that optimizes for binary size and compilation time.\n"
documentation = "https://docs.rs/regex-lite"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "regex-lite"
readme = "README.md"
repository = "https://github.com/rust-lang/regex/tree/master/regex-lite"
rust-version = "1.65"
version = "0.1.2"
[package.metadata.docs.rs]
all-features = true