Expand description
A regular expression compiler.
If you want to use regular expressions in your software, use the
safe_regex crate.
§Cargo Geiger Safety Report
§Changelog
See safe_regex create.
§Release Process
- Edit
Cargo.tomland bump version number. - Run
../release.sh
Modules§
- generator
- Provides a
generatefunction used by theregex!proc macro. - parser
- A parser for regular expressions.
Macros§
Functions§
- escape_
ascii - Converts the bytes into an ASCII string.
- impl_
regex - Implements the
regex!macro.