pub fn load_graph<P: AsRef<Path>>( path: P ) -> Result<Graph<BookID, (), Undirected>>
Load a graph from a compressed, encoded file.