graphene 0.1.4

A general purpose, extensible Graph Theory data type and algorithm library for Rust.
Documentation
[package]
name = "graphene"
version = "0.1.4"
authors = ["Emad Jacob Maroun"]

description = "A general purpose, extensible Graph Theory data type and algorithm library for Rust."

license = "MIT"
readme = "README.md"

repository = "https://github.com/Emoun/graphene"

keywords = ["graph","algorithm"]
categories = ["data-structures","algorithms"]

[badges]

travis-ci = {repository = "Emoun/graphene"}

[dependencies]

[dev-dependencies]
quickcheck = "0.6"