range_union_find

Crates.iorange_union_find
lib.rsrange_union_find
version0.5.0
sourcesrc
created_at2021-04-16 04:33:30.154384
updated_at2023-06-02 22:38:17.872334
descriptionA union-find data structure for ranges
homepagehttps://github.com/rlee287/range_union_find
repositoryhttps://github.com/rlee287/range_union_find
max_upload_size
id385197
size107,913
Ryan Lee (rlee287)

documentation

https://docs.rs/range_union_find

README

range_union_find

Crates.io Crates.io License License

This crate implements a union-find data structure for ranges that supports PrimInts and Floats.

See the API documentation for more information.

Commit count: 113

cargo fmt