rust-graph 0.0.3

A graph library for Rust
Documentation

Rust Graph Build Status

Note: This library was created a while ago so I could learn Rust. The API isn't very good and the code isn't very good, so I wouldn't recommend using this library. For a better alternative, see petgraph. I will not be adding new code to this library, but I will be maintaining it in the case of bugs/breaking changes.

A library for creating and operating on graphs. See the examples folder for usage information.