[][src]Module rustomaton::automaton

Enums

Automaton

Automaton regroups NFA<V>, DFA<V> and Regex<V> where V is the type of the alphabet.

FromRawError

Traits

Automata

An interface to regroup functions that can be called on an actual automaton, represented as an alphabet, a finite set of states (some of which are initials and/or finals) and a set of transitions from one state to another labeled by a letter.

Buildable

An interface to regroup functions used to build Automata.