Decision Workspace
shared_cell vs pure_cell vs task-local
Side-by-side comparison of Rust crates
37
shared_cell
growingv0.5.0
Interior mutability between concurrent tasks on the same thread
42
pure_cell
growingv0.2.0
Alternative to GhostCell that provides safe interior mutability via const expressions.
60
task-local
growingv0.1.1
Task-local storage for asynchronous tasks
Core Metrics
| shared_cell | pure_cell | task-local | |
|---|---|---|---|
| Health Score | 37 | 42 | 60 |
| Total Downloads | 7.3K | 2.8K | 127.3K |
| 30d Downloads | 5 | 5 | 14.9K |
| Dependents | 0 | 0 | 14 |
| Releases | 6 | 2 | 2 |
| Last Updated | 943d ago | 1461d ago | 1d ago |
| Age | 2y 7m | 4y | 1y |
Health Breakdown
shared_cell
Maintenance
5
Quality
8
Community
6
Popularity
5
Documentation
13
pure_cell
Maintenance
3
Quality
16
Community
6
Popularity
4
Documentation
13
task-local
Maintenance
17
Quality
15
Community
9
Popularity
6
Documentation
13
Technical Details
| shared_cell | pure_cell | task-local | |
|---|---|---|---|
| Version | 0.5.0 | 0.2.0 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 OR BSL-1.0 OR MIT | Apache-2.0 OR MIT OR BSL-1.0 | MIT OR Apache-2.0 |
| Dependencies | 5 | 0 | 2 |
| Crate Size | 12KB | 3KB | 11KB |
| Features | 0 | 0 | 0 |
| Yanked % | 50.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •task-local leads with a health score of 60/100, but none of the options score above 80.
- •⚠ shared_cell, pure_cell have not been updated in over a year.