#graph #algorithm #mst #dfs

nightly rust-graph

A graph library for Rust

3 releases

Uses old Rust 2015

0.0.3 Apr 16, 2015
0.0.2 Mar 20, 2015
0.0.1 Mar 1, 2015

#5 in #dfs

21 downloads per month

MIT license

25KB
687 lines

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.

No runtime deps