Decision Workspace
drop-handle vs abort-on-drop vs dagrs
Side-by-side comparison of Rust crates
46
drop-handle
experimentalv1.0.0
A handle that will abort a Tokio task when dropped.
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.
56
dagrs
growingv0.8.0
Dagrs follows the concept of Flow-based Programming and is suitable for the execution of multiple tasks with graph-like dependencies. Dagrs has the characteristics of high performance and asynchronous execution. It provides users with a convenient programming interface.
Core Metrics
| drop-handle | abort-on-drop | dagrs | |
|---|---|---|---|
| Health Score | 46 | 45 | 56 |
| Total Downloads | 16 | 708.2K | 45.3K |
| 30d Downloads | 5 | 15.5K | 4.2K |
| Dependents | 0 | 30 | 22 |
| Releases | 1 | 4 | 10 |
| Last Updated | 32d ago | 1331d ago | 5d ago |
| Age | 1m | 3y 11m | 2y 9m |
Health Breakdown
drop-handle
Maintenance
11
Quality
16
Community
6
Popularity
1
Documentation
12
abort-on-drop
Maintenance
4
Quality
15
Community
9
Popularity
7
Documentation
10
dagrs
Maintenance
18
Quality
11
Community
11
Popularity
6
Documentation
10
Technical Details
| drop-handle | abort-on-drop | dagrs | |
|---|---|---|---|
| Version | 1.0.0 | 0.2.2 | 0.8.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | BSD-2-Clause | MIT OR Apache-2.0 |
| Dependencies | 4 | 2 | 9 |
| Crate Size | 5KB | 2KB | 73KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 10.0% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | 1.85.1 | — | — |
| Owners | 1 | 1 | 3 |
Links
Quick Verdict
- •dagrs leads with a health score of 56/100, but none of the options score above 80.
- •abort-on-drop has the most downloads (708.2K), suggesting wider adoption.
- •⚠ abort-on-drop has not been updated in over a year.
- •abort-on-drop, dagrs are pre-1.0 — API may change.