Decision Workspace
shutdown-handler vs async-shutdown vs dev-async
Side-by-side comparison of Rust crates
47
shutdown-handler
growingv0.1.1
A shutdown handler that allows all parts of an application to trigger a shutdown.
43
async-shutdown
growingv0.2.2
one-stop solution for async graceful shutdown
60
dev-async
experimentalv0.9.4
Async runtime verification for Rust: timeouts, deadlock detection, task tracking, hung-shutdown probes. The async failure modes that synchronous tests miss. Part of the dev-* verification collection.
Core Metrics
| shutdown-handler | async-shutdown | dev-async | |
|---|---|---|---|
| Health Score | 47 | 43 | 60 |
| Total Downloads | 1.1M | 2.4M | 96 |
| 30d Downloads | 52.5K | 141.2K | 0 |
| Dependents | 5 | 52 | 11 |
| Releases | 2 | 14 | 6 |
| Last Updated | 1146d ago | 794d ago | 13d ago |
| Age | 3y 1m | 4y 8m | 18d |
Health Breakdown
shutdown-handler
Maintenance
4
Quality
14
Community
12
Popularity
7
Documentation
10
async-shutdown
Maintenance
4
Quality
9
Community
10
Popularity
8
Documentation
12
dev-async
Maintenance
18
Quality
16
Community
9
Popularity
2
Documentation
15
Technical Details
| shutdown-handler | async-shutdown | dev-async | |
|---|---|---|---|
| Version | 0.1.1 | 0.2.2 | 0.9.4 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | BSD-2-Clause OR Apache-2.0 | Apache-2.0 |
| Dependencies | 4 | 3 | 3 |
| Crate Size | 11KB | 18KB | 28KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 42.9% | 0.0% |
| Edition | 2021 | 2018 | 2021 |
| MSRV | — | — | 1.85 |
| Owners | 3 (team) | 1 | 1 |
Links
Quick Verdict
- •dev-async leads with a health score of 60/100, but none of the options score above 80.
- •async-shutdown has the most downloads (2.4M), suggesting wider adoption.
- •⚠ shutdown-handler, async-shutdown have not been updated in over a year.