Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Canop/lazy-regex
/ types & classes
Types & classes
9 in github.com/Canop/lazy-regex
⨍
Functions
54
◇
Types & classes
9
Enum
Color
tests/regex_switch.rs:9
Enum
MaybeFun
src/proc_macros/args.rs:39
Class
RegexCode
The lazy static regex building code, which is produced and inserted by all lazy-regex macros
src/proc_macros/regex_code.rs:10
Enum
RegexInstance
src/proc_macros/regex_code.rs:15
Class
ReplaceArgs
Wrapping of the three arguments given to the `regex_replace` and `regex_replace_all` macros
src/proc_macros/args.rs:33
Class
RexIfArgs
Wrapping of the arguments given to a `regex_if` macro
src/proc_macros/args.rs:67
Class
RexSwitchArgs
Wrapping of the arguments given to a `regex_switch` macro
src/proc_macros/args.rs:90
Class
RexSwitchArmArgs
src/proc_macros/args.rs:94
Class
RexValArgs
Wrapping of the two arguments given to one of the `regex_is_match`, `regex_find`, or `regex_captures` macros
src/proc_macros/args.rs:16