Decision Workspace
threadcell vs state vs static_
Side-by-side comparison of Rust crates
51
threadcell
growingv1.0.3
A cell whose value can only be accessed by a owning thread
52
state
growingv0.6.0
A library for safe and effortless global and thread-local state management.
46
static_
growingv0.1.21
Async global static initialization / 异步全局静态变量初始化
Core Metrics
| threadcell | state | static_ | |
|---|---|---|---|
| Health Score | 51 | 52 | 46 |
| Total Downloads | 31.7K | 15.7M | 5.7K |
| 30d Downloads | 535 | 480.5K | 292 |
| Dependents | 13 | 708 | 17 |
| Releases | 18 | 17 | 12 |
| Last Updated | 1057d ago | 1037d ago | 95d ago |
| Age | 3y 7m | 9y 2m | 1y 2m |
Health Breakdown
threadcell
Maintenance
6
Quality
22
Community
8
Popularity
5
Documentation
10
state
Maintenance
4
Quality
16
Community
11
Popularity
8
Documentation
13
static_
Maintenance
14
Quality
14
Community
6
Popularity
4
Documentation
8
Technical Details
| threadcell | state | static_ | |
|---|---|---|---|
| Version | 1.0.3 | 0.6.0 | 0.1.21 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT/Apache-2.0 | MulanPSL-2.0 |
| Dependencies | 1 | 2 | 8 |
| Crate Size | 7KB | 30KB | 13KB |
| Features | 3 | 1 | 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.
- •⚠ threadcell, state have not been updated in over a year.
- •state, static_ are pre-1.0 — API may change.