Module laps_regex::table

source ·
Expand description

State-transition table (StateTransTable) related implementations.

A state-transition table can be built from a deterministic finite automaton (DFA).

Structs