Decision Workspace
discard vs abort-on-drop vs egui_dnd
Side-by-side comparison of Rust crates
51
discard
growingv1.0.4
Discard trait which allows for intentionally leaking memory
45
abort-on-drop
growingv0.2.2
A wrapper of Tokio's JoinHandle that aborts the task when it's dropped, while still allowing it to be awaited for joining.
64
egui_dnd
growingv0.15.0
A drag and drop library for egui
Core Metrics
| discard | abort-on-drop | egui_dnd | |
|---|---|---|---|
| Health Score | 51 | 45 | 64 |
| Total Downloads | 14.3M | 708.2K | 580.6K |
| 30d Downloads | 277.9K | 16.6K | 76.2K |
| Dependents | 241 | 30 | 217 |
| Releases | 5 | 4 | 17 |
| Last Updated | 2748d ago | 1331d ago | 1d ago |
| Age | 8y 1m | 3y 11m | 3y 3m |
Health Breakdown
discard
Maintenance
3
Quality
21
Community
11
Popularity
8
Documentation
8
abort-on-drop
Maintenance
4
Quality
15
Community
9
Popularity
7
Documentation
10
egui_dnd
Maintenance
21
Quality
13
Community
13
Popularity
7
Documentation
10
Technical Details
| discard | abort-on-drop | egui_dnd | |
|---|---|---|---|
| Version | 1.0.4 | 0.2.2 | 0.15.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | BSD-2-Clause | MIT |
| Dependencies | 0 | 2 | 12 |
| Crate Size | 5KB | 2KB | 49KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 2 |
Links
Quick Verdict
- •egui_dnd leads with a health score of 64/100, but none of the options score above 80.
- •discard has the most downloads (14.3M), suggesting wider adoption.
- •discard is depended on by 241 crates — strongest ecosystem trust.
- •⚠ discard, abort-on-drop have not been updated in over a year.
- •abort-on-drop, egui_dnd are pre-1.0 — API may change.