Decision Workspace
with_drop vs into_inner_drop vs no_drop
Side-by-side comparison of Rust crates
46
with_drop
growingv0.0.3
Nostd wrapper for using a closure as a custom drop function
35
into_inner_drop
growingv0.1.0
A helper library for implementing into_inner method for drop types safely.
58
no_drop
experimentalv0.4.1
A simple wrapper type that guards against a value being automatically dropped.
Core Metrics
| with_drop | into_inner_drop | no_drop | |
|---|---|---|---|
| Health Score | 46 | 35 | 58 |
| Total Downloads | 89.7K | 1.8K | 348 |
| 30d Downloads | 190 | 3 | 52 |
| Dependents | 11 | 0 | 9 |
| Releases | 3 | 1 | 5 |
| Last Updated | 1276d ago | 2265d ago | 55d ago |
| Age | 5y 8m | 6y 2m | 3m |
Health Breakdown
with_drop
Maintenance
4
Quality
15
Community
9
Popularity
6
Documentation
12
into_inner_drop
Maintenance
1
Quality
15
Community
6
Popularity
4
Documentation
9
no_drop
Maintenance
16
Quality
15
Community
9
Popularity
3
Documentation
15
Technical Details
| with_drop | into_inner_drop | no_drop | |
|---|---|---|---|
| Version | 0.0.3 | 0.1.0 | 0.4.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | BSD-3-Clause | MITNFA | MIT OR Apache-2.0 |
| Dependencies | 1 | 1 | 4 |
| Crate Size | 4KB | 3KB | 25KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2018 | 2024 |
| MSRV | — | — | 1.85.1 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •no_drop leads with a health score of 58/100, but none of the options score above 80.
- •with_drop has the most downloads (89.7K), suggesting wider adoption.
- •⚠ with_drop, into_inner_drop have not been updated in over a year.