Skip to main content

render_graphml

Function render_graphml 

Source
pub fn render_graphml(graph: &RefGraph) -> String
Expand description

Render a RefGraph as GraphML XML.

The output includes:

  • Node attributes: node_type, name, topic, target, mutable, span
  • Edge attributes: edge_type
  • yEd-compatible metadata keys