pub type Graph = StableGraph<Pinned, Dep, Directed, u32>;
The package graph type, where the edge a -> b means that a depends on b.
pub struct Graph { /* private fields */ }