3 releases
Uses old Rust 2015
0.0.3 | Apr 16, 2015 |
---|---|
0.0.2 | Mar 20, 2015 |
0.0.1 | Mar 1, 2015 |
#31 in #df
25KB
687 lines
Rust Graph
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.