Skip to main content

Module graph

Module graph 

Source

Structs§

DefaultGraph
An undirected Graph backed by an adjacency matrix. Nodes and neighbors are iterated in the order in which they’re added.

Enums§

Error

Traits§

Graph
An unweighted graph.