Decision Workspace
static_type_map vs erased_set vs typedmap
Side-by-side comparison of Rust crates
43
static_type_map
growingv0.5.2
A type map that works over all types implementing `Any`
50
erased_set
growingv0.8.0
A set of erased types
54
typedmap
growingv0.6.0
A hash map (dash map). A type of value is defined by trait implemented on key type
Core Metrics
| static_type_map | erased_set | typedmap | |
|---|---|---|---|
| Health Score | 43 | 50 | 54 |
| Total Downloads | 20.8K | 254.8K | 363.5K |
| 30d Downloads | 191 | 8.9K | 30.6K |
| Dependents | 0 | 89 | 441 |
| Releases | 10 | 4 | 8 |
| Last Updated | 1416d ago | 766d ago | 469d ago |
| Age | 5y 9m | 3y 10m | 4y 12m |
Health Breakdown
static_type_map
Maintenance
5
Quality
17
Community
6
Popularity
5
Documentation
10
erased_set
Maintenance
4
Quality
17
Community
11
Popularity
6
Documentation
12
typedmap
Maintenance
8
Quality
16
Community
13
Popularity
7
Documentation
10
Technical Details
| static_type_map | erased_set | typedmap | |
|---|---|---|---|
| Version | 0.5.2 | 0.8.0 | 0.6.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 1 | 2 | 2 |
| Crate Size | 4KB | 5KB | 26KB |
| Features | 3 | 3 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.60 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •typedmap leads with a health score of 54/100, but none of the options score above 80.
- •typedmap is depended on by 441 crates — strongest ecosystem trust.
- •⚠ static_type_map, erased_set, typedmap have not been updated in over a year.