Crate graphic [] [src]

Structs

Arc

A directed edge from a Vertex pointing to another

BFDirectedGraphIter

Breadth-first Graph Iterator

DFDirectedGraphIter

Depth-first Graph Iterator

DirectedGraph

A directed graph

TopologicalIter
UndirectedGraph

An undirected graph

Vertex

A vertex in a graph

VertexId

A unique identifier for a vertex within a graph

Type Definitions

Result