mhgl 0.2.0

Matts HyperGraph Library (MHGL). A straightforward library for hypergraph datastructures.
Documentation
[dependencies.indexmap]
features = ["serde"]
version = "2.2.6"

[dependencies.polars]
features = ["dtype-u8", "dtype-u16", "dtype-i8", "dtype-i16"]
optional = true
version = "0.39.2"

[dependencies.rand]
version = "0.8.5"

[dependencies.serde]
features = ["derive"]
version = "1.0.152"

[dependencies.serde_json]
version = "1.0.91"

[dependencies.uuid]
features = ["v4", "fast-rng", "serde", "macro-diagnostics"]
optional = true
version = "1.2.2"

[package]
description = "Matts HyperGraph Library (MHGL). A straightforward library for hypergraph datastructures."
edition = "2021"
license = "MIT"
name = "mhgl"
readme = "README.md"
repository = "https://github.com/matthagan15/mhgl"
version = "0.2.0"