https://github.com/thomasdezeeuw/mio-signals
Crate for handling signals with Mio.
https://github.com/thomasdezeeuw/mio-signals
Last synced: 7 months ago
JSON representation
Crate for handling signals with Mio.
- Host: GitHub
- URL: https://github.com/thomasdezeeuw/mio-signals
- Owner: Thomasdezeeuw
- License: mit
- Created: 2019-08-21T15:18:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-27T11:34:40.000Z (almost 4 years ago)
- Last Synced: 2025-03-18T09:11:25.242Z (7 months ago)
- Language: Rust
- Homepage: https://docs.rs/mio-signals
- Size: 47.9 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Mio signals
[](https://travis-ci.com/Thomasdezeeuw/mio-signals)
[](https://cirrus-ci.com/github/Thomasdezeeuw/mio-signals)
[](https://opensource.org/licenses/MIT)
[](https://crates.io/crates/mio-signals)
[](https://docs.rs/mio-signals)Crate for handling signals with [Mio].
See the [API documentation] for more.
[Mio]: https://crates.io/crates/mio
[API documentation]: https://docs.rs/mio-signals## Supported platforms
Currently supported platforms:
* Android
* DragonFly BSD
* FreeBSD
* Linux
* NetBSD
* OpenBSD
* iOS
* macOSThe most notable exception in the list is Windows. If you want to contribute a
port to Windows please see [issue #4].[issue #4]: https://github.com/Thomasdezeeuw/mio-signals/issues/4
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you shall be licensed as above, without any
additional terms or conditions.