[−][src]Module cargo_lock::dependency_graph
Dependency graphs computed from Cargo.lock files.
Uses the petgraph crate for modeling the dependency structure.
Re-exports
pub use petgraph; |
Structs
| DependencyGraph | Dependency graph computed from a |
| Edge | Graph edges. These are presently just a placeholder. |
Type Definitions
| Graph | Dependency graph (modeled using |
| Nodes | Nodes in the dependency graph |