union-find-rs Build Status

Struct and methods for union-find operation.

Documentation

How to use?

Add this to your Cargo.toml:

toml [dependencies] union-find = "*"

and this to your crate root:

rust extern crate "union-find" as union_find;