Module rs_graph::vecgraph[][src]

Structs

Edge

Edge of a vector graph.

EdgeIt

An iterator over all edges of a linked list graph.

NeighIt
Node

Node of a vector graph.

NodeIt

A graph iterator over all nodes of a linked list graph.

VecGraph

A vector based graph data structure.

VecGraphBuilder

A builder for a VecGraph.