An implementation of statically compiled regular expressions for Rust.
# Cargo.toml
[dependencies]
regex_macros = "0.2.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compile a regex at compile time.
Replace `regex-macros` with `regex` and use `Regex::new()`.
No dependency data recorded yet.