Skip to main content

DepGraphResult

Type Alias DepGraphResult 

Source
pub type DepGraphResult = (Vec<(String, Vec<DepEdge>)>, HashMap<String, String>);
Expand description

Result of extracting the dependency graph: the graph itself and a name lookup map.