Module graph

Module graph 

Source
Expand description

Dependency Graph Analysis

Uses petgraph to build and analyze the dependency graph for topological sorting and conflict detection.

Structsยง

DependencyEdge
Edge data in the dependency graph
DependencyGraph
Dependency graph for the PAIML stack
PathDependencyIssue
Path dependency issue for reporting