pub type DiGraph = DiGraph<String, ()>;
Directed dependency graph type used by diagnostics helpers.
Node weights are item IDs. Edge direction is blocker -> blocked.
blocker -> blocked
pub struct DiGraph { /* private fields */ }