Decision Workspace
pure_cell vs shared_cell vs mutate_once
Side-by-side comparison of Rust crates
42
pure_cell
growingv0.2.0
Alternative to GhostCell that provides safe interior mutability via const expressions.
37
shared_cell
growingv0.5.0
Interior mutability between concurrent tasks on the same thread
51
mutate_once
growingv0.1.2
Interior mutability, write-once and borrowable as plain &T
Core Metrics
| pure_cell | shared_cell | mutate_once | |
|---|---|---|---|
| Health Score | 42 | 37 | 51 |
| Total Downloads | 2.8K | 7.3K | 8.6M |
| 30d Downloads | 5 | 5 | 875.6K |
| Dependents | 0 | 0 | 9 |
| Releases | 2 | 6 | 3 |
| Last Updated | 1461d ago | 943d ago | 224d ago |
| Age | 4y | 2y 7m | 6y 8m |
Health Breakdown
pure_cell
Maintenance
3
Quality
16
Community
6
Popularity
4
Documentation
13
shared_cell
Maintenance
5
Quality
8
Community
6
Popularity
5
Documentation
13
mutate_once
Maintenance
6
Quality
16
Community
9
Popularity
8
Documentation
12
Technical Details
| pure_cell | shared_cell | mutate_once | |
|---|---|---|---|
| Version | 0.2.0 | 0.5.0 | 0.1.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 OR MIT OR BSL-1.0 | Apache-2.0 OR BSL-1.0 OR MIT | BSD-2-Clause |
| Dependencies | 0 | 5 | 0 |
| Crate Size | 3KB | 12KB | 5KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 50.0% | 0.0% |
| Edition | 2021 | 2021 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •mutate_once leads with a health score of 51/100, but none of the options score above 80.
- •⚠ pure_cell, shared_cell have not been updated in over a year.