pub fn save_graph<P: AsRef<Path>>( graph: &Graph<BookID, (), Undirected>, path: P ) -> Result<()>
Save a graph to a compressed, encoded file.