Decision Workspace
light_clone vs bumpref vs archery
Side-by-side comparison of Rust crates
58
light_clone
experimentalv0.4.1
Compile-time enforcement for O(1) clone operations
42
bumpref
experimentalv0.1.0
Explicit .bump() method for Arc and Rc that signals cheap refcount cloning
62
archery
growingv1.2.2
Abstract over the atomicity of reference-counting pointers
Core Metrics
| light_clone | bumpref | archery | |
|---|---|---|---|
| Health Score | 58 | 42 | 62 |
| Total Downloads | 492 | 47 | 15.7M |
| 30d Downloads | 0 | 0 | 1.4M |
| Dependents | 0 | 0 | 48 |
| Releases | 5 | 1 | 12 |
| Last Updated | 113d ago | 193d ago | 231d ago |
| Age | 3m | 6m | 7y 3m |
Health Breakdown
light_clone
Maintenance
18
Quality
16
Community
6
Popularity
3
Documentation
15
bumpref
Maintenance
5
Quality
14
Community
6
Popularity
2
Documentation
15
archery
Maintenance
7
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 62/100, but none of the options score above 80.
- •light_clone, bumpref are pre-1.0 — API may change.