Decision Workspace
generic-statics vs assoc_static vs generic_singleton
Side-by-side comparison of Rust crates
38
generic-statics
growingv0.1.0
generic statics for rust
46
assoc_static
growingv1.0.0
Associate static objects to types
45
generic_singleton
growingv0.5.1
A library crate allowing for generic singleton patterns
Core Metrics
| generic-statics | assoc_static | generic_singleton | |
|---|---|---|---|
| Health Score | 38 | 46 | 45 |
| Total Downloads | 1.5K | 11.6K | 112.3K |
| 30d Downloads | 5 | 64 | 24.0K |
| Dependents | 0 | 25 | 20 |
| Releases | 1 | 7 | 12 |
| Last Updated | 713d ago | 1367d ago | 311d ago |
| Age | 1y 11m | 4y | 3y 6m |
Health Breakdown
generic-statics
Maintenance
1
Quality
16
Community
2
Popularity
4
Documentation
15
assoc_static
Maintenance
4
Quality
21
Community
6
Popularity
5
Documentation
10
generic_singleton
Maintenance
8
Quality
8
Community
10
Popularity
6
Documentation
13
Technical Details
| generic-statics | assoc_static | generic_singleton | |
|---|---|---|---|
| Version | 0.1.0 | 1.0.0 | 0.5.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 0 | 4 |
| Crate Size | 9KB | 3KB | 13KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 33.3% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.74 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •assoc_static leads with a health score of 46/100, but none of the options score above 80.
- •generic_singleton has the most downloads (112.3K), suggesting wider adoption.
- •⚠ generic-statics, assoc_static have not been updated in over a year.
- •generic-statics, generic_singleton are pre-1.0 — API may change.