[go: up one dir, main page]

graphene 0.1.3

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

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

license = "MIT/Unlicense"

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

keywords = ["graph","algorithm"]

categories = ["data-structures","algorithms"]

[badges]

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

[dependencies]

[dev-dependencies]
quickcheck = "0.4"