validate_dependency_graph

Function validate_dependency_graph 

Source
pub fn validate_dependency_graph(
    graph: &DependencyGraph,
) -> Result<(), ResolveError>
Expand description

Validate whether a dependency graph can be unified into a runnable package.