Expand description
Graph traits for associated data and graph construction.
Macrosยง
- DataMap ๐
- Data
MapMut ๐ - access0 ๐
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.