Skip to main content

to_dot

Function to_dot 

Source
pub fn to_dot<N, E, Ty>(g: &Graph<N, E, Ty>) -> String
where N: Display, E: Display, Ty: EdgeType + 'static,
Expand description

Generate a DOT format representation of the graph for visualization with Graphviz.