union-find 0.1.2

Struct and methods for union-find operation.
docs.rs failed to build union-find-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: union-find-0.4.2

union-find-rs Build Status

Struct and methods for union-find operation.

Documentation

How to use?

Add this to your Cargo.toml:

[dependencies]
union-find = "*"

and this to your crate root:

extern crate "union-find" as union_find;