Module regex_automata::dfa::dense

source ·
Available on (crate features dfa-search or dfa-onepass) and crate feature dfa-search only.
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§

  • BuildErrordfa-build
    An error that occurred during the construction of a DFA.
  • Builderdfa-build
    A builder for constructing a deterministic finite automaton from regular expressions.
  • Configdfa-build
    The configuration used for compiling a dense DFA.
  • A dense table-based deterministic finite automaton (DFA).