Module regex_automata::dfa::dense

source ·
Expand description

Types and routines specific to dense DFAs.

This module is the home of dense::DFA.

This module also contains a dense::Builder and a dense::Config for building and configuring a dense DFA.

Structs

  • A dense table-based deterministic finite automaton (DFA).