[][src]Module nifty::dfa

Structs

DFA

A Deterministic Finite State Automaton (DFA) [wikipedia]

DFABuilder

A builder for the DFA struct.

Enums

Evaluation

A DFA's evaluation of an input, which is either Accept or Reject.