Module safe_regex_compiler::generator[][src]

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

Predicate

Functions

generate

Generates an enum that implements parsed_re and implements the safe_regex::internal::Machine trait.