Decision Workspace
better-graceful vs philiprehberger-safe-shutdown vs signal-mod
Side-by-side comparison of Rust crates
35
better-graceful
growingv0.1.1
Gracefully shutdown
52
philiprehberger-safe-shutdown
experimentalv0.1.9
Graceful shutdown coordination with timeout support for Rust
52
signal-mod
experimentalv1.0.0
Cross-platform OS signal handling and graceful-shutdown orchestration for Rust. One API for SIGTERM, SIGINT, SIGHUP, SIGQUIT, SIGPIPE, SIGUSR1, SIGUSR2 and the Windows console control events, with cloneable observer and initiator handles, priority-ordered shutdown hooks, and optional adapters for the Tokio and async-std runtimes.
Core Metrics
| better-graceful | philiprehberger-safe-shutdown | signal-mod | |
|---|---|---|---|
| Health Score | 35 | 52 | 52 |
| Total Downloads | 1.7K | 134 | 14 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 10 | 1 |
| Last Updated | 1660d ago | 54d ago | 6d ago |
| Age | 4y 6m | 2m | 6d |
Health Breakdown
better-graceful
Maintenance
1
Quality
15
Community
3
Popularity
4
Documentation
12
philiprehberger-safe-shutdown
Maintenance
13
Quality
15
Community
6
Popularity
3
Documentation
15
signal-mod
Maintenance
13
Quality
17
Community
6
Popularity
1
Documentation
15
Technical Details
| better-graceful | philiprehberger-safe-shutdown | signal-mod | |
|---|---|---|---|
| Version | 0.1.1 | 0.1.9 | 1.0.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT/Apache-2.0 | MIT | Apache-2.0 |
| Dependencies | 3 | 0 | 10 |
| Crate Size | 8KB | 6KB | 74KB |
| Features | 0 | 0 | 5 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2021 |
| MSRV | — | 1.70 | 1.75 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •philiprehberger-safe-shutdown leads with a health score of 52/100, but none of the options score above 80.
- •better-graceful has the most downloads (1.7K), suggesting wider adoption.
- •⚠ better-graceful has not been updated in over a year.
- •better-graceful, philiprehberger-safe-shutdown are pre-1.0 — API may change.