# range_union_find [![Crates.io](https://img.shields.io/crates/v/range_union_find)](https://crates.io/crates/range_union_find) [![Crates.io](https://img.shields.io/crates/d/range_union_find)](https://crates.io/crates/range_union_find) [![License](https://img.shields.io/badge/license-Apache%202.0-blue)](https://github.com/rlee287/range_union_find/blob/main/LICENSE-APACHE) [![License](https://img.shields.io/badge/license-MIT-blue)](https://github.com/rlee287/range_union_find/blob/main/LICENSE-MIT) This crate implements a union-find data structure for ranges that supports `PrimInt`s and `Float`s. See the API documentation for more information.