Skip to main content

Module export

Module export 

Source
Expand description

Export statecharts to DOT, Mermaid, XML, and JSON. Export statecharts to various formats (DOT, Mermaid, XML, JSON).

Modules§

dot
Graphviz DOT export.
json
JSON export via serde.
mermaid
Mermaid stateDiagram-v2 export. Export a statechart as a Mermaid stateDiagram-v2.
xml
W3C SCXML XML export.

Structs§

IoAdapter
Adapter that wraps an io::Write sink so it can be used with the write_* export functions (which require fmt::Write).