Module regex::backtrack[][src]

Re-exports

use exec::ProgramCache;
use input::Input;
use input::InputAt;
use prog::Program;
use prog::InstPtr;
use re_trait::Slot;

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