graphene 0.1.5

A general purpose, extensible Graph Theory data type and algorithm library for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[badges.travis-ci]
repository = "Emoun/graphene"

[dependencies]

[dev-dependencies.quickcheck]
version = "0.6"

[package]
authors = ["Emad Jacob Maroun <emoun.open@gmail.com>"]
categories = ["data-structures", "algorithms"]
description = "A general purpose, extensible Graph Theory data type and algorithm library for Rust."
keywords = ["graph", "algorithm"]
license = "MIT"
name = "graphene"
readme = "README.md"
repository = "https://github.com/Emoun/graphene"
version = "0.1.5"