Module rs_graph::attributes[][src]

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

AttributedGraph

A trait to split the graph and its attributes.

EdgeAttributes

Object with associated edge attributes.

NodeAttributes

Object with associated node attributes.