Crate safe_regex_macro[−][src]
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
- v0.1.0 - First published version
Release Process
- Edit
Cargo.tomland bump version number. - Run
./release.sh
Macros
| regex | Compiles a regular expression into a Rust type. |