pub type GenGraph = DiGraphMap<GraphNode, Vec<GraphEdge>>;
pub struct GenGraph { /* private fields */ }