pub type PackageGraphType = DiGraph<String, DependencyType>;
pub struct PackageGraphType { /* private fields */ }