1 unstable release
0.1.0 | Nov 19, 2024 |
---|
#1587 in Data structures
142 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.