Function bookdata::graph::gml::save_gml

source ·
pub fn save_gml<P: AsRef<Path>>(
    graph: &Graph<BookID, (), Undirected>,
    path: P
) -> Result<()>
Expand description

Save a graph to a GML file.