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