PackageTrack
Sign in Get early access

signal-hook-mio

MIO support for signal-hook

0.3.0 104M downloads/mo #796 most downloaded on crates.io vorner/signal-hook

What this package is like to depend on

Last release 7 months ago

01 Jan 2026

Release timing varies

gaps range from 4 weeks to 2.3 years

Nearly every release is documented

notes for 7 of 7 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

7 releases · first in 2020

2 releases in the last 12 months

see the full history below

Release timeline

7 releases · Nov 2020 to Jan 2026
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 7
  1. 0.3.0 01 Jan 2026
    Release notes
    • The cleanup module is gone, it was not a good API. Replaced by conditional termination in flag.
    • Some abstractions/patterns are moved to low_level submodule, as they are considered building blocks, not for direct use (register, pipe, channel).
    • The signal constants are moved to a submodule (consts), together with few more constants, to not clutter the root.
    • The forever iterator no longer consumes.
    Open source →
  2. 0.2.5 26 Oct 2025
    Release notes
    • Allow mio 1.1
    Open source →
  3. 0.2.4 28 Jul 2024
    Release notes
    • Support for mio 1.0
    Open source →
  4. 0.2.3 27 Mar 2022
    Release notes
    • Support for mio 0.8
    Open source →
  5. 0.2.1 06 Mar 2021
    Release notes
    • Allow turning the iterator module off (the iterator feature, part of default features). This would allow compiling the crate on 1.31.0.
    Open source →
  6. 0.2.0 21 Dec 2020
    Release notes
    • Bump minimal rustc version to 1.36.0 (signal-hook-registry still builds with 1.26.0).
    • (Breaking) Support for exfiltrators ‒ ability to return more than just the signal number from the iterator and streams. Nothing more is implemented yet, but the place to put it is reserved in the API.
    • (Breaking) pipe::register_raw now takes ownership and tries to use send first, falls back to O_NONBLOCK and write on failure.
    • (Breaking) All async support is pulled out into separate crates, to decouple from the async runtime release cycles on the main signal-hook crate.
    • Inner parts of the Iterator are now exposed in signal_hook::iterator::backend, to support the async crates.
    Open source →
  7. 0.1.0 22 Nov 2020
    Release notes
    • Initial basic implementation.
    • Flag helpers.
    • Pipe helpers.
    • High-level iterator helper.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive