Graph

Type Alias Graph 

Source
pub type Graph = StableGraph<Pinned, Dep, Directed, u32>;
Expand description

The package graph type, where the edge a -> b means that a depends on b.

Aliased Typeยง

pub struct Graph { /* private fields */ }