signalbool 0.1.2

A simple crate to catch signals and set a boolean flag for later use.
Documentation
[package]
name = "signalbool"
version = "0.1.2"
authors = ["lilydjwg <lilydjwg@gmail.com>"]
license = "BSD-3-Clause"
keywords = ["signal", "SIGINT"]
description = "A simple crate to catch signals and set a boolean flag for later use."
documentation = "https://docs.rs/signalbool"
homepage = "https://github.com/lilydjwg/rust-signalbool"
repository = "https://github.com/lilydjwg/rust-signalbool"

[dependencies]
nix = "0.8"