Module graph

Source

Structs§

DiGraph
A directed graph using reference-counted nodes.

Enums§

DiGraphError
Errors in directed graph operations.

Traits§

GraphNode
A node in a graph.

Type Aliases§

CallGraph
A call graph.
ImportGraph
An import dependency graph.
StructGraph
A struct dependency graph. The Vec<Symbol> is to the absolute path to each struct