graphene
A general purpose, extensible Graph Theory data type and algorithm library for Rust.
This project is still in early design and development stage and is still changing a lot. A good public API is not the focus of the project yet, documentation may be scarce, and bugs may be rampant.
Example
extern crate graphene;
use *;
use *;
use AdjListGraph;
//!
custom_graph!
License
Licensed under the MIT license.
Any file with its own license header is also licensed under the above license, at your option. If the header specifies a different license than the above, it must be seen as an additional choice of license and the above license or the header license can be chosen at your option.
Any intentional contribution to this repository is licensed under the above license in addition to any contribution specific license without exception.