# range_union_find
[](https://crates.io/crates/range_union_find)
[](https://crates.io/crates/range_union_find)
[](https://github.com/rlee287/range_union_find/blob/main/LICENSE-APACHE)
[](https://github.com/rlee287/range_union_find/blob/main/LICENSE-MIT)
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.