detect_graph_changes

Function detect_graph_changes 

Source
pub fn detect_graph_changes(
    old_packages: &FxHashMap<String, Package>,
    new_packages: &FxHashMap<String, Package>,
) -> GraphChange
Expand description

Detects changes between old and new package sets.