Decision Workspace
no_drop vs with_drop vs accessible
Side-by-side comparison of Rust crates
58
no_drop
experimentalv0.4.1
A simple wrapper type that guards against a value being automatically dropped.
46
with_drop
growingv0.0.3
Nostd wrapper for using a closure as a custom drop function
43
accessible
experimentalv0.1.1
Non-trapping memory readability probes for FFI sanity checks
Core Metrics
| no_drop | with_drop | accessible | |
|---|---|---|---|
| Health Score | 58 | 46 | 43 |
| Total Downloads | 348 | 89.7K | 553 |
| 30d Downloads | 52 | 190 | 5 |
| Dependents | 9 | 11 | 0 |
| Releases | 5 | 3 | 2 |
| Last Updated | 55d ago | 1276d ago | 182d ago |
| Age | 3m | 5y 8m | 6m |
Health Breakdown
no_drop
Maintenance
16
Quality
15
Community
9
Popularity
3
Documentation
15
with_drop
Maintenance
4
Quality
15
Community
9
Popularity
6
Documentation
12
accessible
Maintenance
9
Quality
15
Community
6
Popularity
3
Documentation
10
Technical Details
| no_drop | with_drop | accessible | |
|---|---|---|---|
| Version | 0.4.1 | 0.0.3 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | BSD-3-Clause | Apache-2.0 |
| Dependencies | 4 | 1 | 4 |
| Crate Size | 25KB | 4KB | 11KB |
| Features | 2 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2018 | 2021 |
| 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 has not been updated in over a year.