Decision Workspace
weak_static vs larc vs once_cell
Side-by-side comparison of Rust crates
36
weak_static
growingv0.1.1
A macro for declaring lazy droppable statics.
40
larc
growingv0.5.0
Lazy Arc/Weak pointers
75
once_cell
stablev1.21.4
Single assignment cells and lazy values.
Core Metrics
| weak_static | larc | once_cell | |
|---|---|---|---|
| Health Score | 36 | 40 | 75 |
| Total Downloads | 3.6K | 7.3K | 782.7M |
| 30d Downloads | 5 | 9 | 50.8M |
| Dependents | 0 | 0 | 162.5K |
| Releases | 2 | 6 | 67 |
| Last Updated | 3204d ago | 878d ago | 15d ago |
| Age | 8y 9m | 2y 6m | 7y 8m |
Health Breakdown
weak_static
Maintenance
3
Quality
15
Community
3
Popularity
4
Documentation
11
larc
Maintenance
4
Quality
16
Community
5
Popularity
5
Documentation
10
once_cell
Maintenance
18
Quality
18
Community
16
Popularity
8
Documentation
15
Technical Details
| weak_static | larc | once_cell | |
|---|---|---|---|
| Version | 0.1.1 | 0.5.0 | 1.21.4 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT/Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 1 | 0 | 5 |
| Crate Size | 2KB | 5KB | 35KB |
| Features | 0 | 0 | 9 |
| Yanked % | 0.0% | 0.0% | 11.9% |
| Edition | — | 2021 | 2021 |
| MSRV | — | — | 1.65 |
| Owners | 1 | 1 | 2 |
Links
Quick Verdict
- •once_cell leads with a health score of 75/100, but none of the options score above 80.
- •once_cell is depended on by 162.5K crates — strongest ecosystem trust.
- •⚠ weak_static, larc have not been updated in over a year.
- •weak_static, larc are pre-1.0 — API may change.