range_union_find 0.2.0

A union-find data structure for ranges
Documentation
1
2
3
4
5
6
# range_union_find

This crate implements a union-find data structure for ranges.
Currently we support ranges of `PrimInt`s, but we may extend this to other types in the future.

See the API documentation for more information.