Function fdg_sim::gml::graph_to_gml

source ·
pub fn graph_to_gml<N, E>(graph: &ForceGraph<N, E>) -> String
Available on crate feature gml only.
Expand description

Create a gml string from a ForceGraph.