Decision Workspace
signal-mod vs mod-signal vs philiprehberger-safe-shutdown
Side-by-side comparison of Rust crates
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.
50
mod-signal
experimentalv0.9.1
Unified OS signal handling for Rust. SIGTERM / SIGINT / SIGHUP / SIGPIPE and Windows equivalents through one API. Graceful shutdown orchestration with priority ordering, timeout enforcement, and hook chaining. Replaces the patchwork of ctrlc + signal-hook with a clean runtime-agnostic substrate.
52
philiprehberger-safe-shutdown
experimentalv0.1.9
Graceful shutdown coordination with timeout support for Rust
Core Metrics
| signal-mod | mod-signal | philiprehberger-safe-shutdown | |
|---|---|---|---|
| Health Score | 52 | 50 | 52 |
| Total Downloads | 14 | 14 | 134 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 1 | 10 |
| Last Updated | 6d ago | 6d ago | 54d ago |
| Age | 6d | 6d | 2m |
Health Breakdown
signal-mod
Maintenance
13
Quality
17
Community
6
Popularity
1
Documentation
15
mod-signal
Maintenance
13
Quality
15
Community
6
Popularity
1
Documentation
15
philiprehberger-safe-shutdown
Maintenance
13
Quality
15
Community
6
Popularity
3
Documentation
15
Technical Details
| signal-mod | mod-signal | philiprehberger-safe-shutdown | |
|---|---|---|---|
| Version | 1.0.0 | 0.9.1 | 0.1.9 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | Apache-2.0 | Apache-2.0 | MIT |
| Dependencies | 10 | 10 | 0 |
| Crate Size | 74KB | 54KB | 6KB |
| Features | 5 | 5 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.75 | 1.75 | 1.70 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •signal-mod leads with a health score of 52/100, but none of the options score above 80.
- •philiprehberger-safe-shutdown has the most downloads (134), suggesting wider adoption.
- •mod-signal, philiprehberger-safe-shutdown are pre-1.0 — API may change.