Decision Workspace
state vs threadcell vs static_
Side-by-side comparison of Rust crates
52
state
growingv0.6.0
A library for safe and effortless global and thread-local state management.
51
threadcell
growingv1.0.3
A cell whose value can only be accessed by a owning thread
46
static_
growingv0.1.21
Async global static initialization / 异步全局静态变量初始化
Core Metrics
| state | threadcell | static_ | |
|---|---|---|---|
| Health Score | 52 | 51 | 46 |
| Total Downloads | 15.7M | 31.7K | 5.7K |
| 30d Downloads | 498.5K | 551 | 308 |
| Dependents | 708 | 13 | 17 |
| Releases | 17 | 18 | 12 |
| Last Updated | 1037d ago | 1057d ago | 95d ago |
| Age | 9y 2m | 3y 7m | 1y 2m |
Health Breakdown
state
Maintenance
4
Quality
16
Community
11
Popularity
8
Documentation
13
threadcell
Maintenance
6
Quality
22
Community
8
Popularity
5
Documentation
10
static_
Maintenance
14
Quality
14
Community
6
Popularity
4
Documentation
8
Technical Details
| state | threadcell | static_ | |
|---|---|---|---|
| Version | 0.6.0 | 1.0.3 | 0.1.21 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT/Apache-2.0 | MIT OR Apache-2.0 | MulanPSL-2.0 |
| Dependencies | 2 | 1 | 8 |
| Crate Size | 30KB | 7KB | 13KB |
| Features | 1 | 3 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •state leads with a health score of 52/100, but none of the options score above 80.
- •state is depended on by 708 crates — strongest ecosystem trust.
- •⚠ state, threadcell have not been updated in over a year.
- •state, static_ are pre-1.0 — API may change.