Decision Workspace
light_clone vs bumpref vs archery
Side-by-side comparison of Rust crates
55
light_clone
experimentalv0.4.1
Compile-time enforcement for O(1) clone operations
44
bumpref
experimentalv0.1.0
Explicit .bump() method for Arc and Rc that signals cheap refcount cloning
63
archery
growingv1.2.2
Abstract over the atomicity of reference-counting pointers
Core Metrics
| light_clone | bumpref | archery | |
|---|---|---|---|
| Health Score | 55 | 44 | 63 |
| Total Downloads | 112 | 45 | 13.0M |
| 30d Downloads | 20 | 3 | 1.2M |
| Dependents | 0 | 0 | 45 |
| Releases | 5 | 1 | 12 |
| Last Updated | 54d ago | 134d ago | 172d ago |
| Age | 1m | 4m | 7y 1m |
Health Breakdown
light_clone
Maintenance
16
Quality
16
Community
6
Popularity
2
Documentation
15
bumpref
Maintenance
7
Quality
14
Community
6
Popularity
2
Documentation
15
archery
Maintenance
8
Quality
21
Community
11
Popularity
8
Documentation
15
Technical Details
| light_clone | bumpref | archery | |
|---|---|---|---|
| Version | 0.4.1 | 0.1.0 | 1.2.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT | MIT |
| Dependencies | 13 | 2 | 6 |
| Crate Size | 37KB | 7KB | 16KB |
| Features | 12 | 0 | 3 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | 1.70.0 | 1.85 | 1.85.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •archery leads with a health score of 63/100, but none of the options score above 80.
- •light_clone, bumpref are pre-1.0 — API may change.