unsegen_signals 0.3.0

Use unsegen's input module to raise signals on the usual key combinations
Documentation

unsegen_signals

unsegen_signals uses unsegen's input module to raise signals on the usual key combinations (e.g., SIGINT on CTRL-C).

Getting Started

unsegen_signals is available on crates.io. You can install it by adding this line to your Cargo.toml:

unsegen_signals = "0.3.0"

Examples

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.

Licensing

unsegen_signals is released under the MIT license.