Crate safe_regex_macro
source ·Expand description
This crate provides the regex!
macro used by the
safe-regex
crate.
It is a thin wrapper around the
safe-regex-compiler
crate.
§Cargo Geiger Safety Report
§Changelog
See safe_regex
create.
§Release Process
- Edit
Cargo.toml
and bump version number. - Run
../release.sh
Macros§
- Compiles a regular expression into a Rust type.