Decision Workspace
consume_on_drop vs egui_dnd vs no_drop
Side-by-side comparison of Rust crates
45
consume_on_drop
growingv0.1.1
A zero-cost abstraction that allows Drop::drop to consume self by value
64
egui_dnd
growingv0.15.0
A drag and drop library for egui
58
no_drop
experimentalv0.4.1
A simple wrapper type that guards against a value being automatically dropped.
Core Metrics
| consume_on_drop | egui_dnd | no_drop | |
|---|---|---|---|
| Health Score | 45 | 64 | 58 |
| Total Downloads | 194.2K | 580.6K | 348 |
| 30d Downloads | 10.9K | 76.2K | 52 |
| Dependents | 25 | 217 | 9 |
| Releases | 2 | 17 | 5 |
| Last Updated | 1039d ago | 1d ago | 55d ago |
| Age | 2y 10m | 3y 3m | 3m |
Health Breakdown
consume_on_drop
Maintenance
4
Quality
16
Community
9
Popularity
6
Documentation
10
egui_dnd
Maintenance
21
Quality
13
Community
13
Popularity
7
Documentation
10
no_drop
Maintenance
16
Quality
15
Community
9
Popularity
3
Documentation
15
Technical Details
| consume_on_drop | egui_dnd | no_drop | |
|---|---|---|---|
| Version | 0.1.1 | 0.15.0 | 0.4.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 0 | 12 | 4 |
| Crate Size | 7KB | 49KB | 25KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | — | 1.85.1 |
| Owners | 1 | 2 | 1 |
Links
Quick Verdict
- •egui_dnd leads with a health score of 64/100, but none of the options score above 80.
- •egui_dnd is depended on by 217 crates — strongest ecosystem trust.
- •⚠ consume_on_drop has not been updated in over a year.