Decision Workspace
mut_family vs as-is vs pure_cell
Side-by-side comparison of Rust crates
50
mut_family
growingv0.1.14
A GAT-based library for writing code that is generic over exterior/interior mutability and mutability of references.
43
as-is
growingv0.0.30
An abstraction over ownership.
42
pure_cell
growingv0.2.0
Alternative to GhostCell that provides safe interior mutability via const expressions.
Core Metrics
| mut_family | as-is | pure_cell | |
|---|---|---|---|
| Health Score | 50 | 43 | 42 |
| Total Downloads | 17.7K | 43.4K | 2.8K |
| 30d Downloads | 19 | 6 | 5 |
| Dependents | 0 | 0 | 0 |
| Releases | 15 | 35 | 2 |
| Last Updated | 1078d ago | 638d ago | 1461d ago |
| Age | 2y 11m | 5y 6m | 4y |
Health Breakdown
mut_family
Maintenance
9
Quality
15
Community
6
Popularity
5
Documentation
15
as-is
Maintenance
7
Quality
11
Community
6
Popularity
6
Documentation
13
pure_cell
Maintenance
3
Quality
16
Community
6
Popularity
4
Documentation
13
Technical Details
| mut_family | as-is | pure_cell | |
|---|---|---|---|
| Version | 0.1.14 | 0.0.30 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | Apache-2.0 OR MIT OR BSL-1.0 |
| Dependencies | 1 | 3 | 0 |
| Crate Size | 10KB | 17KB | 3KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 94.3% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.65.0 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •mut_family leads with a health score of 50/100, but none of the options score above 80.
- •as-is has the most downloads (43.4K), suggesting wider adoption.
- •⚠ mut_family, as-is, pure_cell have not been updated in over a year.