Struct cargo::core::resolver::Resolve
[−]
[src]
pub struct Resolve { // some fields omitted }
Represents a fully resolved package dependency graph. Each node in the graph is a package and edges represent dependencies between packages.
Each instance of Resolve
also understands the full set of features used
for each package as well as what the root package is.