Module regex::backtrack [−][src]
Structs
Bounded |
A backtracking matching engine. |
Cache |
Shared cached state between multiple invocations of a backtracking engine in the same thread. |
Enums
Job |
A job is an explicit unit of stack space in the backtracking engine. |
Constants
BIT_SIZE | |
MAX_SIZE_BYTES |
Functions
should_exec |
Returns true iff the given regex and input should be executed by this engine with reasonable memory usage. |
usize_to_u32 |
Type Definitions
Bits |