Module petgraph::data
[−]
[src]
Graph traits for associated data and graph construction.
Structs
| FilterElements |
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). |
| DataMapMut |
Access node and edge weights mutably. |
| ElementIterator |
Iterator adaptors for iterators of |
| FromElements |
Create a graph from an iterator of elements. |