graphviz_rust

Function parse

Source
pub fn parse(dot: &str) -> Result<Graph, String>
Expand description

Parses a string into a Graph.