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