Registry / utility / watchexec-signals

watchexec-signals

JSON →
library5.0.1rscratesunverified

Signal types used by the watchexec file watcher.

# Cargo.toml [dependencies] watchexec-signals = "5.0.1"
INSTALL
IMPORT
SIG · WATCHEXEC-SIGNALS
W
watchexec-signals
utilityrustv5.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Signal
use watchexec_signals::Signal;

Uses the Signal enum to represent an interrupt signal.

use watchexec_signals::Signal; fn main() { let sig = Signal::Interrupt; println!("{:?}", sig); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
watchexec-signals — cargo add watchexec-signals · libregistry