pub type Graph<N, E> = DiGraph<N, E>;
A directed graph with node and edge weights
pub struct Graph<N, E> { /* private fields */ }