hypergraph 0.2.0

Hypergraph is data structure library to create a directed hypergraph in which an hyperedge can join any number of vertices.
Documentation
[package]
authors = ["Davy Duperron <yamafaktory@gmail.com>"]
categories = ["data-structures", "graphics", "mathematics"]
description = "Hypergraph is data structure library to create a directed hypergraph in which an hyperedge can join any number of vertices."
edition = "2018"
exclude = [".github", "rustfmt.toml"]
keywords = ["data-structure", "graph", "hypergraph"]
license = "MIT"
name = "hypergraph"
readme = "README.md"
repository = "https://github.com/yamafaktory/hypergraph"
version = "0.2.0"

[dependencies]
indexmap = "1.6.1"
itertools = "0.10.0"
random_color = "0.5.0"