range_union_find 0.5.0

A union-find data structure for ranges
Documentation
1
2
3
4
5
6
7
8
9
10
# 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.