mod-signal 0.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.
Documentation
# mod-signal - Documentation

Reference documentation for the `mod-signal` crate.

## Sections

- [API Reference]./API.md - the public API surface.

## Status

This crate is in early scaffolding. The documentation below describes
the intended shape; the implementation is not yet complete. See the
repository's `.dev/ROADMAP.md` for milestone planning.

## License

Licensed under the Apache License, Version 2.0.

Copyright (C) 2026 James Gober.