hypergraph 1.0.1

Hypergraph is data structure library to create a directed hypergraph in which an hyperedge can join any number of vertices.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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", "hypergraph.svg", "rustfmt.toml"]
keywords = ["data-structure", "graph", "hypergraph"]
license = "MIT"
name = "hypergraph"
readme = "README.md"
repository = "https://github.com/yamafaktory/hypergraph"
version = "1.0.1"

[dependencies]
indexmap = "1.7.0"
itertools = "0.10.1"
thiserror = "1.0.26"