unionfind 0.1.2

A union find library made for building type inference engines. Can be used as general purpose datastructure.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies.thiserror]
version = "1.0.31"

[package]
description = "A union find library made for building type inference engines. Can be used as general purpose datastructure."
edition = "2021"
license = "Apache-2.0"
name = "unionfind"
repository = "https://github.com/jonay2000/unionfind"
resolver = "2"
version = "0.1.2"