Skip to main content

build_dependency_graph

Function build_dependency_graph 

Source
pub fn build_dependency_graph(
    workspace: &Workspace,
) -> Result<HashMap<PathBuf, Vec<PathBuf>>>
Expand description

Build dependency graph for workspace members Returns a map of member path -> paths it depends on