Decision Workspace
near-safe-cell vs wrapit vs arraysetcell
Side-by-side comparison of Rust crates
40
near-safe-cell
growingv0.1.5
A more ergonomic 'UnsafeCell' wrapper/replacement.
49
wrapit
experimentalv0.2.0
A lightweight Rust crate that wraps any variable using interior mutability (`RefCell`, `Mutex`, or `RwLock`) for ergonomic shared mutation.
39
arraysetcell
growingv0.1.0
A fixed-capacity, vector-like array with interior mutability and no ordering guarantees
Core Metrics
| near-safe-cell | wrapit | arraysetcell | |
|---|---|---|---|
| Health Score | 40 | 49 | 39 |
| Total Downloads | 7.6K | 806 | 2.7K |
| 30d Downloads | 10 | 5 | 4 |
| Dependents | 0 | 0 | 0 |
| Releases | 6 | 3 | 2 |
| Last Updated | 1423d ago | 166d ago | 480d ago |
| Age | 4y 6m | 5m | 2y 10m |
Health Breakdown
near-safe-cell
Maintenance
4
Quality
16
Community
6
Popularity
5
Documentation
9
wrapit
Maintenance
12
Quality
15
Community
6
Popularity
3
Documentation
13
arraysetcell
Maintenance
5
Quality
15
Community
5
Popularity
4
Documentation
10
Technical Details
| near-safe-cell | wrapit | arraysetcell | |
|---|---|---|---|
| Version | 0.1.5 | 0.2.0 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | EUPL-1.2 |
| Dependencies | 0 | 0 | 1 |
| Crate Size | 9KB | 7KB | 14KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2021 |
| MSRV | — | — | 1.68 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •wrapit leads with a health score of 49/100, but none of the options score above 80.
- •near-safe-cell has the most downloads (7.6K), suggesting wider adoption.
- •⚠ near-safe-cell, arraysetcell have not been updated in over a year.