Module data

Source
Expand description

Graph traits for associated data and graph construction.

Macrosยง

DataMap ๐Ÿ”’
DataMapMut ๐Ÿ”’
access0 ๐Ÿ”’

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 Element.
FromElements
Create a graph from an iterator of elements.

Functionsยง

from_elements_indexable ๐Ÿ”’