minimal_signals =============== Minimal signals provides the minimum necessary set of tools to block signals and receive them synchronously. Status ------ Maintenance track. The library is considered stable and will be put into maintenance mode if unchanged for one year. Scope ----- This library provides the `block`, `kill`, and `wait` calls; the `SignalSet`; and, the signal number for common signals. Warts ----- None discovered yet. Documentation ------------- The latest documentation is always available at [docs.rs](https://docs.rs/minimal_signals/latest/minimal_signals/).