Module peepmatic_automata::dot[][src]

Helpers for generating GraphViz Dot files to visually render automata.

This module only exists when the "dot" cargo feature is enabled.

Structs

DebugDotFmt

Format an Automaton's TAlphabet, TState, and TOutput with their std::fmt::Debug implementations.

DisplayDotFmt

Format an Automaton's TAlphabet, TState, and TOutput with their std::fmt::Display implementations.

Traits

DotFmt

Format the user-provided bits of an Automaton for Graphviz Dot output.