Decision Workspace
shutdown-handler vs async-shutdown vs soft-cycle
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.
45
async-shutdown
growingv0.2.2
one-stop solution for async graceful shutdown
52
soft-cycle
experimentalv0.2.0
Async controller for coordinating soft restarts and graceful shutdowns with shared listeners
Core Metrics
| shutdown-handler | async-shutdown | soft-cycle | |
|---|---|---|---|
| Health Score | 47 | 45 | 52 |
| Total Downloads | 1.0M | 2.0M | 96 |
| 30d Downloads | 38.4K | 147.6K | 83 |
| Dependents | 5 | 52 | 1 |
| Releases | 2 | 14 | 2 |
| Last Updated | 1087d ago | 735d ago | 27d ago |
| Age | 2y 12m | 4y 6m | 1m |
Health Breakdown
shutdown-handler
Maintenance
4
Quality
14
Community
12
Popularity
7
Documentation
10
async-shutdown
Maintenance
6
Quality
9
Community
10
Popularity
8
Documentation
12
soft-cycle
Maintenance
12
Quality
16
Community
7
Popularity
2
Documentation
15
Technical Details
| shutdown-handler | async-shutdown | soft-cycle | |
|---|---|---|---|
| Version | 0.1.1 | 0.2.2 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | BSD-2-Clause OR Apache-2.0 | MIT |
| Dependencies | 4 | 3 | 2 |
| Crate Size | 11KB | 18KB | 13KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 42.9% | 0.0% |
| Edition | 2021 | 2018 | 2024 |
| MSRV | — | — | 1.85 |
| Owners | 3 (team) | 1 | 1 |
Links
Quick Verdict
- •soft-cycle leads with a health score of 52/100, but none of the options score above 80.
- •async-shutdown has the most downloads (2.0M), suggesting wider adoption.
- •⚠ shutdown-handler, async-shutdown have not been updated in over a year.