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::Writesink so it can be used with thewrite_*export functions (which requirefmt::Write).