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 layot from &[u32] (vertices) and &[(u32, u32)] (edges).