Decision Workspace
veccell vs thin-cell vs better-refcell
Side-by-side comparison of Rust crates
44
veccell
growingv0.4.0
Provides VecCell, a variant of Vec with interior mutability.
53
thin-cell
experimentalv0.2.0
A compact, single-threaded smart pointer combining reference counting and interior mutability
44
better-refcell
experimentalv0.1.1
A drop-in replacement for RefCell with safe unborrow and reborrow capabilities.
Core Metrics
| veccell | thin-cell | better-refcell | |
|---|---|---|---|
| Health Score | 44 | 53 | 44 |
| Total Downloads | 7.5K | 64.0K | 1.5K |
| 30d Downloads | 8 | 39.7K | 5 |
| Dependents | 0 | 5 | 0 |
| Releases | 6 | 4 | 3 |
| Last Updated | 1355d ago | 21d ago | 307d ago |
| Age | 3y 9m | 2m | 10m |
Health Breakdown
veccell
Maintenance
8
Quality
16
Community
5
Popularity
5
Documentation
10
thin-cell
Maintenance
12
Quality
14
Community
8
Popularity
6
Documentation
13
better-refcell
Maintenance
9
Quality
15
Community
6
Popularity
4
Documentation
10
Technical Details
| veccell | thin-cell | better-refcell | |
|---|---|---|---|
| Version | 0.4.0 | 0.2.0 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 2 | 1 | 0 |
| Crate Size | 12KB | 21KB | 9KB |
| Features | 1 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •thin-cell leads with a health score of 53/100, but none of the options score above 80.
- •⚠ veccell has not been updated in over a year.