| Crates.io | range_union_find |
| lib.rs | range_union_find |
| version | 0.5.0 |
| created_at | 2021-04-16 04:33:30.154384+00 |
| updated_at | 2023-06-02 22:38:17.872334+00 |
| description | A union-find data structure for ranges |
| homepage | https://github.com/rlee287/range_union_find |
| repository | https://github.com/rlee287/range_union_find |
| max_upload_size | |
| id | 385197 |
| size | 107,913 |
This crate implements a union-find data structure for ranges that supports PrimInts and Floats.
See the API documentation for more information.