Modules§
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).