1 unstable release
0.1.0 | Nov 19, 2024 |
---|
#1541 in Data structures
30 downloads per month
10KB
318 lines
Disjoint Collections
This crate provides data collections such as DisjointVec
and
DisjointHashMap
where items are categorized into disjoint classes.
lib.rs
:
This crate provides data collections such as DisjointVec
and
DisjointHashMap
where items are categorized into disjoint classes.