graph_from_dot_string

Function graph_from_dot_string 

Source
pub fn graph_from_dot_string(
    content: &String,
) -> Result<Graph<String>, &'static str>
Expand description

Returns a directed string graph Graph<String> from a dot file content