Module start

Source
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.
StartByteMap 🔒
A map from every possible byte value to its corresponding starting configuration.

Enums§

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