rust-graph

Crates.iorust-graph
lib.rsrust-graph
version0.0.3
sourcesrc
created_at2015-03-01 21:29:21.294947
updated_at2015-12-11 23:56:40.231265
descriptionA graph library for Rust
homepage
repositoryhttps://github.com/gsingh93/rust-graph
max_upload_size
id1499
size28,233
Gulshan Singh (gsingh93)

documentation

README

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.

Commit count: 39

cargo fmt