[][src]Module graphs::simple_graph

Structs

EdgeID

Opaque struct which represents an edge in the graph

NodeID

Opaque struct which represents a node in the graph

SimpleGraph

A simple directed graph implementation.