Decision Workspace
rand_set vs hashable vs hashindexed
Side-by-side comparison of Rust crates
46
rand_set
experimentalv0.1.2
A hash set with O(1) random element access and all standard set operations
40
hashable
growingv0.0.0
HashMap and HashSet replacements that implement the Hash trait -- HashableHashMap and HashableHashSet.
36
hashindexed
growingv0.1.1
A cache. A set which compares elements in a customisable way without overriding the eq() and hash() functions on the type itself.
Core Metrics
| rand_set | hashable | hashindexed | |
|---|---|---|---|
| Health Score | 46 | 40 | 36 |
| Total Downloads | 1.7K | 4.7K | 5.9K |
| 30d Downloads | 76 | 174 | 25 |
| Dependents | 0 | 48 | 1 |
| Releases | 3 | 1 | 2 |
| Last Updated | 253d ago | 1868d ago | 3608d ago |
| Age | 8m | 5y 1m | 10y 5m |
Health Breakdown
rand_set
Maintenance
10
Quality
14
Community
5
Popularity
4
Documentation
13
hashable
Maintenance
1
Quality
15
Community
11
Popularity
4
Documentation
9
hashindexed
Maintenance
3
Quality
16
Community
4
Popularity
5
Documentation
8
Technical Details
| rand_set | hashable | hashindexed | |
|---|---|---|---|
| Version | 0.1.2 | 0.0.0 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT |
| Dependencies | 1 | 2 | 0 |
| Crate Size | 6KB | 4KB | 8KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2018 | — |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •rand_set leads with a health score of 46/100, but none of the options score above 80.
- •hashindexed has the most downloads (5.9K), suggesting wider adoption.
- •⚠ hashable, hashindexed have not been updated in over a year.