Decision Workspace
functora vs droppable-pin vs shadow-clone
Side-by-side comparison of Rust crates
54
functora
experimentalv0.1.6
Missing pieces of the Rust standard library.
55
droppable-pin
experimentalv0.1.1
The eponoymous `droppable_pin!` macro around a given `let var = pin!()` declaration allows invoking `pin_drop!` and `pin_set!` on the given `var`, which have in turn been designed to avoid silly borrow-checking errors.
52
shadow-clone
growingv1.2.1
A macro to clone variables into the current scope shadowing old ones.
Core Metrics
| functora | droppable-pin | shadow-clone | |
|---|---|---|---|
| Health Score | 54 | 55 | 52 |
| Total Downloads | 161 | 897 | 82.8K |
| 30d Downloads | 27 | 8 | 1.4K |
| Dependents | 9 | 0 | 10 |
| Releases | 7 | 5 | 7 |
| Last Updated | 58d ago | 158d ago | 2168d ago |
| Age | 3m | 5m | 6y 9m |
Health Breakdown
functora
Maintenance
16
Quality
15
Community
7
Popularity
3
Documentation
13
droppable-pin
Maintenance
17
Quality
16
Community
3
Popularity
4
Documentation
15
shadow-clone
Maintenance
4
Quality
21
Community
9
Popularity
6
Documentation
12
Technical Details
| functora | droppable-pin | shadow-clone | |
|---|---|---|---|
| Version | 0.1.6 | 0.1.1 | 1.2.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | Zlib OR MIT OR Apache-2.0 | MIT/Apache-2.0 |
| Dependencies | 0 | 3 | 0 |
| Crate Size | 4KB | 17KB | 3KB |
| Features | 0 | 4 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2018 |
| MSRV | — | 1.85.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •droppable-pin leads with a health score of 55/100, but none of the options score above 80.
- •shadow-clone has the most downloads (82.8K), suggesting wider adoption.
- •⚠ shadow-clone has not been updated in over a year.
- •functora, droppable-pin are pre-1.0 — API may change.