Skip to main content

Crate watchwoman_protocol

Crate watchwoman_protocol 

Source
Expand description

Watchman wire protocol codecs.

Two encodings live side by side: newline-delimited JSON (for CLI users and scripts) and BSER, the binary encoding watchman ships for its language bindings. Both produce and consume the same Value tree so the daemon stays codec-agnostic.

Re-exports§

pub use value::Value;
pub use value::ValueRef;

Modules§

bser
BSER — watchman’s binary serialisation.
json
value

Enums§

Encoding
Wire encoding selected during the handshake.
ProtocolError

Type Aliases§

Result