Expand description
Visual rendering for GID graphs.
Supports ASCII, Graphviz DOT, and Mermaid diagram formats.
Enums§
- Visual
Format - Output format for graph visualization.
Functions§
- render
- Render graph to the specified format.
- render_
ascii - Render graph as ASCII tree/diagram.
- render_
dot - Render graph as Graphviz DOT format.
- render_
mermaid - Render graph as Mermaid diagram syntax.
- status_
symbol - Status symbols for different output formats.
- status_
symbol_ ascii - ASCII status symbol (simpler).