hypergraph 0.1.3

Hypergraph is data structure library to create a directed hypergraph in which an hyperedge can join any number of vertices.
Documentation
[dependencies.indexmap]
version = "1.6.0"

[dependencies.itertools]
version = "0.9.0"

[dependencies.random_color]
version = "0.5.0"

[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.1.3"