pub fn graph_from_dot_string( content: &String, ) -> Result<Graph<String>, &'static str>
Returns a directed string graph Graph<String> from a dot file content
Graph<String>