Decision Workspace
droppable-pin vs pinned-init vs pin-project-internal
Side-by-side comparison of Rust crates
53
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.
47
pinned-init
growingv0.0.10
Library to facilitate safe pinned initialization
69
pin-project-internal
stablev1.1.13
Implementation detail of the `pin-project` crate.
Core Metrics
| droppable-pin | pinned-init | pin-project-internal | |
|---|---|---|---|
| Health Score | 53 | 47 | 69 |
| Total Downloads | 900 | 98.5K | 445.2M |
| 30d Downloads | 0 | 13.7K | 36.1M |
| Dependents | 0 | 27 | 90 |
| Releases | 5 | 11 | 71 |
| Last Updated | 217d ago | 280d ago | 12d ago |
| Age | 7m | 4y 1m | 6y 9m |
Health Breakdown
droppable-pin
Maintenance
15
Quality
16
Community
3
Popularity
4
Documentation
15
pinned-init
Maintenance
7
Quality
11
Community
10
Popularity
6
Documentation
13
pin-project-internal
Maintenance
18
Quality
20
Community
11
Popularity
8
Documentation
12
Technical Details
| droppable-pin | pinned-init | pin-project-internal | |
|---|---|---|---|
| Version | 0.1.1 | 0.0.10 | 1.1.13 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | Zlib OR MIT OR Apache-2.0 | MIT OR Apache-2.0 | Apache-2.0 OR MIT |
| Dependencies | 3 | 7 | 3 |
| Crate Size | 17KB | 63KB | 29KB |
| Features | 4 | 4 | 0 |
| Yanked % | 0.0% | 27.3% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | 1.85.0 | — | 1.71 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •pin-project-internal leads with a health score of 69/100, but none of the options score above 80.
- •droppable-pin, pinned-init are pre-1.0 — API may change.