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