Skip to main content

Crate watchwoman

Crate watchwoman 

Source
Expand description

watchwoman — a drop-in watchman replacement.

Re-exports§

pub use watchwoman_protocol as protocol;

Modules§

cli
commands
Command dispatch. Every watchman command lands in dispatch, which peels the command name off the PDU, looks up the handler, and formats a JSON response object.
daemon
Daemon runtime: unix socket listener, per-root state, notify-backed watcher. One process serves every root.
query
Query language: expression trees, generators, field serialisers.
sock

Constants§

WATCHMAN_COMPAT_VERSION
Version reported to clients. Upstream tools gate features on this string, so we quote a real watchman release date.
WATCHWOMAN_VERSION