Crate directed_graph

Source

Structs§

DirectedGraph
A directed graph, whose nodes contain an identifier of type T.
DirectedNode
A graph node. Contents contain the nodes mapped by edges from this node.

Enums§

Error
Errors produced by DirectedGraph.