Crates.io | unsegen_signals |
lib.rs | unsegen_signals |
version | 0.3.0 |
source | src |
created_at | 2019-02-24 22:07:57.768519 |
updated_at | 2021-06-03 19:57:02.527741 |
description | Use unsegen's input module to raise signals on the usual key combinations |
homepage | |
repository | https://github.com/ftilde/unsegen_signals |
max_upload_size | |
id | 116977 |
size | 6,808 |
unsegen_signals
uses unsegen's input module to raise signals on the usual key combinations (e.g., SIGINT on CTRL-C).
unsegen_signals
is available on crates.io. You can install it by adding this line to your Cargo.toml
:
unsegen_signals = "0.3.0"
There is an example at the root of the crate documentation which should be sufficient to get you going.
For a fully fledged application using unsegen_signals
, you can have a look at ugdb, which was developed alongside unsegen
and the primary motivation for it.
unsegen_signals
is released under the MIT license.