Skip to main content

reverse_graph

Function reverse_graph 

Source
pub fn reverse_graph(
    imports: &HashMap<String, HashSet<String>>,
) -> HashMap<String, HashSet<String>>
Expand description

Build the reverse (transposed) graph: edges point from target to source.