Function graphviz_rust::parse

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

Parses a string into a Graph.