[][src]Module abstractgraph::graphs

Concrete implementations for abstract graphs

Structs

SimpleOutboundEdge

A trivial graph edge representation, whose only information is the destination node

SimpleOutboundEdges

A trivial wrapper around an iterator across nodes, changing it to an iterator across SimpleOutboundEdges with those nodes as their destinations.