[go: up one dir, main page]

[][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 Cargo.lock file

Edge

Graph edges. These are presently just a placeholder.

Type Definitions

Graph

Dependency graph (modeled using petgraph)

Nodes

Nodes in the dependency graph