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

Reference documentation for the `signal-mod` 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.