Module nfa

Module nfa 

Source
Available on crate features regex-automata and regex-nfa only.

Modules§

backtrack
An NFA backed bounded backtracker for executing regex searches with capturing groups.
thompson
Defines a Thompson NFA and provides the PikeVM and BoundedBacktracker regex engines.

Structs§

NFA
A byte oriented Thompson non-deterministic finite automaton (NFA).

Enums§

State
A state in an NFA.

Type Aliases§

Callbackregex-callback