Module regex::pikevm[][src]

Re-exports

use std::mem;
use exec::ProgramCache;
use input::Input;
use input::InputAt;
use prog::Program;
use prog::InstPtr;
use re_trait::Slot;
use sparse::SparseSet;

Structs

Cache

A cached allocation that can be reused on each execution.

Fsm

An NFA simulation matching engine.

Threads

An ordered set of NFA states and their captures.

Enums

FollowEpsilon

A representation of an explicit stack frame when following epsilon transitions. This is used to avoid recursion.