Skip to main content

export_graphml

Function export_graphml 

Source
pub fn export_graphml<W: Write>(
    gq: &GraphQuery<'_, '_>,
    writer: &mut W,
) -> Result<()>
Expand description

Write GraphML XML format (compatible with Gephi/yEd).

Includes all node properties as <data> elements with declared <key> definitions.