Decision Workspace
soft-cycle vs dev-async vs graceful-shutdown
Side-by-side comparison of Rust crates
53
soft-cycle
experimentalv0.2.0
Async controller for coordinating soft restarts and graceful shutdowns with shared listeners
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.
44
graceful-shutdown
growingv0.3.0
Graceful Shutdown for async code
Core Metrics
| soft-cycle | dev-async | graceful-shutdown | |
|---|---|---|---|
| Health Score | 53 | 60 | 44 |
| Total Downloads | 157 | 96 | 172.6K |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 1 | 11 | 18 |
| Releases | 2 | 6 | 3 |
| Last Updated | 86d ago | 13d ago | 691d ago |
| Age | 3m | 18d | 5y 3m |
Health Breakdown
soft-cycle
Maintenance
12
Quality
16
Community
7
Popularity
3
Documentation
15
dev-async
Maintenance
18
Quality
16
Community
9
Popularity
2
Documentation
15
graceful-shutdown
Maintenance
4
Quality
15
Community
8
Popularity
6
Documentation
11
Technical Details
| soft-cycle | dev-async | graceful-shutdown | |
|---|---|---|---|
| Version | 0.2.0 | 0.9.4 | 0.3.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | Apache-2.0 | Apache-2.0 |
| Dependencies | 2 | 3 | 8 |
| Crate Size | 13KB | 28KB | 17KB |
| Features | 2 | 2 | 3 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2018 |
| MSRV | 1.85 | 1.85 | 1.51 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •dev-async leads with a health score of 60/100, but none of the options score above 80.
- •graceful-shutdown has the most downloads (172.6K), suggesting wider adoption.
- •⚠ graceful-shutdown has not been updated in over a year.