Expand description
Graph traits for associated data and graph construction.
Structs§
- Filter
Elements - An iterator that filters graph elements.
Enums§
- Element
- A graph element.
Traits§
- Build
- A graph that can be extended with further nodes and edges
- Create
- A graph that can be created
- DataMap
- Access node and edge weights (associated data).
- Data
MapMut - Access node and edge weights mutably.
- Element
Iterator - Iterator adaptors for iterators of
Element
. - From
Elements - Create a graph from an iterator of elements.