//! Automata primitives and DOT serialization/parsing utilities.
/// Core automaton type and execution helpers.
/// Lightweight parser/serializer for DOT representation.
/// State type.
/// Transition type.
/// Complete automaton model.
pub use Automata;
/// DOT parser and serializer helpers.
pub use ;
/// State model.
pub use State;
/// Transition model.
pub use Transition;