Module regex_automata::util::start

source ·
Expand description

Provides helpers for dealing with start state configurations in DFAs.

Structs

  • The configuration used to determine a DFA’s start state for a search.
  • A map from every possible byte value to its corresponding starting configuration.

Enums

  • Start 🔒
    Represents the six possible starting configurations of a DFA search.