pub type UnitGraph = HashMap<Unit, Vec<UnitDep>>;
Expand description

The dependency graph of Units.