Module libcnb_package::dependency_graph
source · Enums
- An error from
create_dependency_graph - An error from
get_dependencies
Traits
- A node of a dependency graph.
Functions
- Create a
GraphfromDependencyNodes. - Collects all the
DependencyNodevalues found while traversing the given dependency graph using one or moreroot_nodesvalues as starting points for the traversal. The returned list will contain the givenroot_nodesvalues as well as all their dependencies in topological order.