Skip to main content

write_gexf

Function write_gexf 

Source
pub fn write_gexf<W: Write>(
    writer: &mut W,
    nodes: &[Node],
    edges: &[Edge],
) -> Result<(), ExportError>
Expand description

Writes a complete GEXF 1.3 document to the given writer.

ยงErrors

Returns ExportError::Io if writing fails.