[package]
edition = "2021"
rust-version = "1.70"
name = "aph_disjoint_set"
version = "0.1.1"
authors = ["AngelicosPhosphoros <xuzin.timur@gmail.com>"]
description = "Disjoint set implementation with optimized memory usage and ability to detach elements."
documentation = "https://docs.rs/aph_disjoint_set"
readme = "Readme.md"
keywords = [
"disjoint-set",
"union-find",
"graph-algorithms",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://foss.heptapod.net/angelicos_phosphoros/aph-disjoint-set"
resolver = "1"
[dependencies]
[dev-dependencies.itertools]
version = "0.10.5"
[dev-dependencies.rstest]
version = "0.17.0"
default-features = false