Skip to main content

Module client

Module client 

Source
Expand description

whip’s client transport to a custodian daemon on this box: one newline-delimited JSON call per connection over a Unix domain socket (the server half lives in whipplescript-custodian::serve). Unix-only, so the protocol crate stays wasm-clean; a wasm host supplies its own CustodyTransport.

Re-exports§

pub use crate::CUSTODIAN_SOCKET_ENV;

Structs§

UnixSocketTransport