Decision Workspace
graceful vs philiprehberger-safe-shutdown vs signal-mod
Side-by-side comparison of Rust crates
40
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
| graceful | philiprehberger-safe-shutdown | signal-mod | |
|---|---|---|---|
| Health Score | 40 | 52 | 52 |
| Total Downloads | 21.1K | 134 | 14 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 15 | 0 | 0 |
| Releases | 2 | 10 | 1 |
| Last Updated | 3489d ago | 54d ago | 6d ago |
| Age | 10y 2m | 2m | 6d |
Health Breakdown
graceful
Maintenance
3
Quality
15
Community
6
Popularity
5
Documentation
11
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
| 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 | 2 | 0 | 10 |
| Crate Size | 7KB | 6KB | 74KB |
| Features | 0 | 0 | 5 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 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.
- •graceful has the most downloads (21.1K), suggesting wider adoption.
- •⚠ graceful has not been updated in over a year.
- •graceful, philiprehberger-safe-shutdown are pre-1.0 — API may change.