// Catch unsupported build targets at compile time with a human-readable message.
#[cfg(not(any(unix, windows)))]compile_error!("iwatchr only supports Unix-like systems (Linux, macOS) and Windows. \
The current target is not recognised.");pubmodcli;pubmodrunner;pubmodwatcher;