Decision Workspace
super_cell vs mutate_once vs revel_cell
Side-by-side comparison of Rust crates
37
super_cell
growingv0.1.1
A super (unsafe) cell that also implements send and sync regardless of the inner type's send/sync.
51
mutate_once
growingv0.1.2
Interior mutability, write-once and borrowable as plain &T
49
revel_cell
experimentalv0.1.3
revel_cell
Core Metrics
| super_cell | mutate_once | revel_cell | |
|---|---|---|---|
| Health Score | 37 | 51 | 49 |
| Total Downloads | 2.2K | 8.6M | 1.1K |
| 30d Downloads | 5 | 875.6K | 23 |
| Dependents | 0 | 9 | 8 |
| Releases | 2 | 3 | 4 |
| Last Updated | 591d ago | 224d ago | 116d ago |
| Age | 1y 7m | 6y 8m | 9m |
Health Breakdown
super_cell
Maintenance
5
Quality
15
Community
3
Popularity
4
Documentation
10
mutate_once
Maintenance
6
Quality
16
Community
9
Popularity
8
Documentation
12
revel_cell
Maintenance
12
Quality
16
Community
6
Popularity
4
Documentation
11
Technical Details
| super_cell | mutate_once | revel_cell | |
|---|---|---|---|
| Version | 0.1.1 | 0.1.2 | 0.1.3 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | BSD-2-Clause | non-standard |
| Dependencies | 1 | 0 | 0 |
| Crate Size | 4KB | 5KB | 3KB |
| Features | 0 | 0 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | 2024 |
| 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.
- •⚠ super_cell has not been updated in over a year.