Decision Workspace
async-shutdown vs soft-cycle vs shutdown-handler
Side-by-side comparison of Rust crates
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
47
shutdown-handler
growingv0.1.1
A shutdown handler that allows all parts of an application to trigger a shutdown.
Core Metrics
| async-shutdown | soft-cycle | shutdown-handler | |
|---|---|---|---|
| Health Score | 45 | 52 | 47 |
| Total Downloads | 2.0M | 96 | 1.0M |
| 30d Downloads | 147.6K | 83 | 38.4K |
| Dependents | 52 | 1 | 5 |
| Releases | 14 | 2 | 2 |
| Last Updated | 735d ago | 27d ago | 1087d ago |
| Age | 4y 6m | 1m | 2y 12m |
Health Breakdown
async-shutdown
Maintenance
6
Quality
9
Community
10
Popularity
8
Documentation
12
soft-cycle
Maintenance
12
Quality
16
Community
7
Popularity
2
Documentation
15
shutdown-handler
Maintenance
4
Quality
14
Community
12
Popularity
7
Documentation
10
Technical Details
| async-shutdown | soft-cycle | shutdown-handler | |
|---|---|---|---|
| Version | 0.2.2 | 0.2.0 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | BSD-2-Clause OR Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 3 | 2 | 4 |
| Crate Size | 18KB | 13KB | 11KB |
| Features | 0 | 2 | 0 |
| Yanked % | 42.9% | 0.0% | 0.0% |
| Edition | 2018 | 2024 | 2021 |
| MSRV | — | 1.85 | — |
| Owners | 1 | 1 | 3 (team) |
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.
- •⚠ async-shutdown, shutdown-handler have not been updated in over a year.