pub fn render_graph(graph: &Graph, options: &RenderOptions) -> String
Render a Graph as a DOT digraph.
Graph