# Unionfind
[](https://docs.rs/unionfind)
[](https://crates.io/crates/unionfind)
[](https://github.com/jonay2000/unionfind/actions/workflows/ci.yml)
A union find library made for building type inference engines. Can be used as general purpose datastructure.
# License
This code is licensed under the [Apache 2.0 license](./LICENSE)