Decision Workspace
graceful-shutdown vs soft-cycle vs async-shutdown
Side-by-side comparison of Rust crates
44
graceful-shutdown
growingv0.3.0
Graceful Shutdown for async code
52
soft-cycle
experimentalv0.2.0
Async controller for coordinating soft restarts and graceful shutdowns with shared listeners
45
async-shutdown
growingv0.2.2
one-stop solution for async graceful shutdown
Core Metrics
| graceful-shutdown | soft-cycle | async-shutdown | |
|---|---|---|---|
| Health Score | 44 | 52 | 45 |
| Total Downloads | 171.4K | 96 | 2.0M |
| 30d Downloads | 601 | 83 | 147.6K |
| Dependents | 18 | 1 | 52 |
| Releases | 3 | 2 | 14 |
| Last Updated | 631d ago | 27d ago | 735d ago |
| Age | 5y 1m | 1m | 4y 6m |
Health Breakdown
graceful-shutdown
Maintenance
4
Quality
15
Community
8
Popularity
6
Documentation
11
soft-cycle
Maintenance
12
Quality
16
Community
7
Popularity
2
Documentation
15
async-shutdown
Maintenance
6
Quality
9
Community
10
Popularity
8
Documentation
12
Technical Details
| graceful-shutdown | soft-cycle | async-shutdown | |
|---|---|---|---|
| Version | 0.3.0 | 0.2.0 | 0.2.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 | MIT | BSD-2-Clause OR Apache-2.0 |
| Dependencies | 8 | 2 | 3 |
| Crate Size | 17KB | 13KB | 18KB |
| Features | 3 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 42.9% |
| Edition | 2018 | 2024 | 2018 |
| MSRV | 1.51 | 1.85 | — |
| Owners | 1 | 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.
- •⚠ graceful-shutdown, async-shutdown have not been updated in over a year.