cycles

Function cycles 

Source
pub fn cycles(deps: &HashMap<String, HashSet<String>>) -> Vec<Vec<String>>
Expand description

Find all cycles in the dependency graph.