reunion 0.1.1

A generic implementation of the Union-Rank data-structure.
Documentation
[package]
name = "reunion"
version = "0.1.1"
edition = "2018"
authors = ["Aalekh Patel <aalekh.gwpeck.7998@icloud.com>"]
description = "A generic implementation of the Union-Rank data-structure."
license-file = "LICENSE"
documentation = "https://www.github.com/aalekhpatel07/reunion/blob/main/README.md"
repository = "https://www.github.com/aalekhpatel07/reunion"

[lib]
name = "reunion"
crate-type = ["cdylib", "rlib"]

[dependencies]
# pyo3 = { version = "0.12.4", features = ["extension-module"]}