Skip to main content

Crate walrus_socket

Crate walrus_socket 

Source
Expand description

Unix domain socket transport for the walrus protocol.

Provides both client (Connection, WalrusClient) and server ([accept_loop]) sides of the UDS transport, plus the length-prefixed framing codec.

Re-exports§

pub use client::ClientConfig;
pub use client::Connection;
pub use client::WalrusClient;

Modules§

client
Unix domain socket client for connecting to a walrus daemon.
codec
Length-prefixed framing codec for Unix domain socket transport.
server
Unix domain socket server — accept loop and per-connection message handler.