Decision Workspace
clone_cell vs mutate_once vs wrapit
Side-by-side comparison of Rust crates
46
clone_cell
growingv0.4.2
A Cell that works with a restrictive form of Clone
51
mutate_once
growingv0.1.2
Interior mutability, write-once and borrowable as plain &T
49
wrapit
experimentalv0.2.0
A lightweight Rust crate that wraps any variable using interior mutability (`RefCell`, `Mutex`, or `RwLock`) for ergonomic shared mutation.
Core Metrics
| clone_cell | mutate_once | wrapit | |
|---|---|---|---|
| Health Score | 46 | 51 | 49 |
| Total Downloads | 14.1K | 8.6M | 806 |
| 30d Downloads | 33 | 901.8K | 5 |
| Dependents | 0 | 9 | 0 |
| Releases | 11 | 3 | 3 |
| Last Updated | 447d ago | 224d ago | 166d ago |
| Age | 4y 6m | 6y 8m | 5m |
Health Breakdown
clone_cell
Maintenance
5
Quality
17
Community
6
Popularity
5
Documentation
13
mutate_once
Maintenance
6
Quality
16
Community
9
Popularity
8
Documentation
12
wrapit
Maintenance
12
Quality
15
Community
6
Popularity
3
Documentation
13
Technical Details
| clone_cell | mutate_once | wrapit | |
|---|---|---|---|
| Version | 0.4.2 | 0.1.2 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | BSD-2-Clause | MIT |
| Dependencies | 2 | 0 | 0 |
| Crate Size | 14KB | 5KB | 7KB |
| Features | 2 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | 2021 |
| 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.
- •⚠ clone_cell has not been updated in over a year.