Expand description
Graph Edge related constructs.
Structs§
Enums§
- Compact
Direction - Non-repr(usize) version of
Direction
. - Direction
- Edge direction.
Traits§
- Edge
Type - A graph’s edge type determines whether is has directed edges or not.
- Into
Weighted Edge - Convert an element like
(i, j)
or(i, j, w)
into a triple of source, target, edge weight.