Decision Workspace
ratio-clone vs refclone vs cheapclone
Side-by-side comparison of Rust crates
53
ratio-clone
experimentalv0.2.1
A library for cheap-to-clone types and wrappers for expensive to clone and compare datatypes.
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.
Core Metrics
| ratio-clone | refclone | cheapclone | |
|---|---|---|---|
| Health Score | 53 | 43 | 37 |
| Total Downloads | 71 | 74 | 43 |
| 30d Downloads | 16 | 5 | 3 |
| Dependents | 0 | 0 | 0 |
| Releases | 3 | 3 | 1 |
| Last Updated | 3d ago | 128d ago | 129d ago |
| Age | 3m | 4m | 4m |
Health Breakdown
ratio-clone
Maintenance
19
Quality
16
Community
6
Popularity
2
Documentation
10
refclone
Maintenance
13
Quality
15
Community
3
Popularity
2
Documentation
10
cheapclone
Maintenance
7
Quality
15
Community
3
Popularity
2
Documentation
10
Technical Details
| ratio-clone | refclone | cheapclone | |
|---|---|---|---|
| Version | 0.2.1 | 0.3.0 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MPL-2.0 | MIT | MIT |
| Dependencies | 3 | 0 | 0 |
| Crate Size | 12KB | 2KB | 2KB |
| Features | 4 | 0 | 0 |
| 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.