Module rs_graph::attributes

source ·
Expand description

Extend a graph with attributes.

Sometimes one needs additional attributes associated with the nodes or edges of a graph. This module provides some traits to access associated node and edge attributes if the graph type supports them.

Traits