quilt_partition 0.1.1

A union-find/disjoint-sets algorithm (part of the quilt project)
Documentation

This crate contains an implementation of a partitioning (i.e. union-find/disjoint-sets) algorithm, build on top of a quilt_multimap. This is part of quilt, and is not intended for public use.