unionfind 0.2.1

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"

[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 OR MIT"
name = "unionfind"
readme = "README.md"
repository = "https://github.com/lace-language/lace"
version = "0.2.1"