Module dependency_graph

Module dependency_graph 

Source

Enums§

CreateDependencyGraphError
An error that occurred while creating the dependency graph.
GetDependenciesError
An error from get_dependencies

Traits§

DependencyNode
A node of a dependency graph.

Functions§

get_dependencies
Collects all the DependencyNode values found while traversing the given dependency graph using one or more root_nodes values as starting points for the traversal. The returned list will contain the given root_nodes values as well as all their dependencies in topological order.