Crates.io | disjoint-collections |
lib.rs | disjoint-collections |
version | 0.1.0 |
source | src |
created_at | 2024-11-19 16:44:18.870518 |
updated_at | 2024-11-19 16:44:18.870518 |
description | Disjoint-set data structures |
homepage | |
repository | https://github.com/timothee-haudebourg/disjoint-collections-rs |
max_upload_size | |
id | 1453532 |
size | 21,425 |
This crate provides data collections such as DisjointVec
and
DisjointHashMap
where items are categorized into disjoint classes.