unsegen_signals

Crates.iounsegen_signals
lib.rsunsegen_signals
version0.3.0
sourcesrc
created_at2019-02-24 22:07:57.768519
updated_at2021-06-03 19:57:02.527741
descriptionUse unsegen's input module to raise signals on the usual key combinations
homepage
repositoryhttps://github.com/ftilde/unsegen_signals
max_upload_size
id116977
size6,808
(ftilde)

documentation

https://docs.rs/unsegen_signals

README

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.

Commit count: 19

cargo fmt