A lightweight regex engine that optimizes for binary size and compilation time.
# Cargo.toml
[dependencies]
regex-lite = "0.1.9"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Match a string against a regex pattern using the lightweight engine.
Use the `regex` crate if you need advanced regex features.
No dependency data recorded yet.