pub fn load_graph(path: impl AsRef<Path>) -> Result<GraphData>
Load a graph from a JSON file.
Rebuilds the petgraph DiGraph from the serialized nodes and edges.
DiGraph