pub fn write_graphml(graph: &OwnedGraph) -> Result<String, Error>Expand description
Serialize an OwnedGraph to GraphML, matching the visiting-tool extractor’s schema.
pub fn write_graphml(graph: &OwnedGraph) -> Result<String, Error>Serialize an OwnedGraph to GraphML, matching the visiting-tool extractor’s schema.