# Weighted Union-Find A fast weighted implementation to the union-find problem with path compression. Check out the documentation at: https://docs.rs/wuf/0.1.0/wuf/