pub fn render(graph: &Graph, options: &RenderOptions) -> StringExpand description
Render a Toolpath Graph to a Graphviz DOT string. The graph is the
single root document type — single-path graphs render through the inline
path-level layout for cleaner output, multi-path graphs use the cluster
layout, and an empty graph renders an empty digraph.