Decision Workspace
async-shutdown vs soft-cycle vs shutdown-handler
Side-by-side comparison of Rust crates
43
async-shutdown
growingv0.2.2
one-stop solution for async graceful shutdown
53
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 | 43 | 53 | 47 |
| Total Downloads | 2.4M | 157 | 1.1M |
| 30d Downloads | 141.2K | 0 | 52.5K |
| Dependents | 52 | 1 | 5 |
| Releases | 14 | 2 | 2 |
| Last Updated | 794d ago | 86d ago | 1146d ago |
| Age | 4y 8m | 3m | 3y 1m |
Health Breakdown
async-shutdown
Maintenance
4
Quality
9
Community
10
Popularity
8
Documentation
12
soft-cycle
Maintenance
12
Quality
16
Community
7
Popularity
3
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 53/100, but none of the options score above 80.
- •async-shutdown has the most downloads (2.4M), suggesting wider adoption.
- •⚠ async-shutdown, shutdown-handler have not been updated in over a year.