Crate rust_sugiyama

Crate rust_sugiyama 

Source

Modules§

configure

Functions§

from_edges
Creates a graph layout from edges, which are given as a &[(u32, u32)].
from_graph
Creates a graph layout from a preexisting StableDiGraph<V, E>.
from_vertices_and_edges
Creates a graph layout from &[(u32, (f64, f64))] (vertices as vertex id and vertex size) and &[(u32, u32)] (edges).