petgraph 0.0.5

Graph data structure.
docs.rs failed to build petgraph-0.0.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: petgraph-0.6.4

petgraph is a graph data structure library.

The most interesting type is Graph which is a directed or undirected graph with owned mutably accessible arbitrary node and edge weights. It is based on rustc's graph implementation.