Expand description
Provides helpers for dealing with start state configurations in DFAs.
Structs§
- Config
 - The configuration used to determine a DFA’s start state for a search.
 - Start
Byte 🔒Map  - A map from every possible byte value to its corresponding starting configuration.
 
Enums§
- Start 🔒
 - Represents the six possible starting configurations of a DFA search.