Function graphviz_rust::parse

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

Parses a given string into a graph format that can be used afterwards or returning an string with an error description