igraph 0.1.0

A graph representation data structure with a built in index on keys.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Andras Mocsary <425404+mocsy@users.noreply.github.com>"]
categories = ["data-structures"]
description = "A graph representation data structure with a built in index on keys."
documentation = "https://docs.rs/igraph"
edition = "2018"
keywords = ["graph", "directed"]
license = "MIT OR Apache-2.0"
name = "igraph"
readme = "README.md"
repository = "https://github.com/mocsy/igraph"
version = "0.1.0"