cozad-union-find 1.1.0

An implementation of the union-find disjoint set graph algorithm
Documentation
[dependencies.clap]
features = ["derive"]
version = "3.0.14"

[package]
description = "An implementation of the union-find disjoint set graph algorithm"
edition = "2021"
include = ["**/*.rs", "Cargo.toml", "/src/README.md", "LICENSE-MIT"]
license = "MIT"
name = "cozad-union-find"
readme = "./src/README.md"
repository = "https://github.com/ccozad/cozad-union-find"
resolver = "2"
version = "1.1.0"