pub fn read_graphml(xml: &str) -> Result<OwnedGraph, Error>Expand description
Read a GraphML file produced by the visiting-tool extractor into an OwnedGraph.
pub fn read_graphml(xml: &str) -> Result<OwnedGraph, Error>Read a GraphML file produced by the visiting-tool extractor into an OwnedGraph.