hypergraph 1.3.6

Hypergraph is data structure library to create a directed hypergraph in which an hyperedge can join any number of vertices.
Documentation
[[bench]]
harness = false
name = "performance"
[dependencies.indexmap]
features = ["rayon"]
version = "1.9.1"

[dependencies.itertools]
version = "0.10.5"

[dependencies.rayon]
version = "1.5.3"

[dependencies.thiserror]
version = "1.0.37"
[dev-dependencies.criterion]
version = "0.4.0"

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