Module safe_regex_compiler::generator
source · [−]Expand description
Provides a generate
function used by the regex!
proc macro.
How-to develop proc macros: https://github.com/dtolnay/proc-macro-workshop
Enums
Functions
Generates an enum that implements parsed_re
and implements the
safe_regex::internal::Machine
trait.