Decision Workspace
refclone vs cheapclone vs ratio-clone
Side-by-side comparison of Rust crates
43
refclone
experimentalv0.3.0
Mark a type, whose clone operation does not changes it's deref value. Ex Rc,Arc
37
cheapclone
experimentalv0.1.0
Mark a type, whose clone operation is cheap.
53
ratio-clone
experimentalv0.2.1
A library for cheap-to-clone types and wrappers for expensive to clone and compare datatypes.
Core Metrics
| refclone | cheapclone | ratio-clone | |
|---|---|---|---|
| Health Score | 43 | 37 | 53 |
| Total Downloads | 74 | 43 | 71 |
| 30d Downloads | 5 | 3 | 16 |
| Dependents | 0 | 0 | 0 |
| Releases | 3 | 1 | 3 |
| Last Updated | 128d ago | 129d ago | 3d ago |
| Age | 4m | 4m | 3m |
Health Breakdown
refclone
Maintenance
13
Quality
15
Community
3
Popularity
2
Documentation
10
cheapclone
Maintenance
7
Quality
15
Community
3
Popularity
2
Documentation
10
ratio-clone
Maintenance
19
Quality
16
Community
6
Popularity
2
Documentation
10
Technical Details
| refclone | cheapclone | ratio-clone | |
|---|---|---|---|
| Version | 0.3.0 | 0.1.0 | 0.2.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MPL-2.0 |
| Dependencies | 0 | 0 | 3 |
| Crate Size | 2KB | 2KB | 12KB |
| Features | 0 | 0 | 4 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •ratio-clone leads with a health score of 53/100, but none of the options score above 80.
- •refclone has the most downloads (74), suggesting wider adoption.