Skip to main content

Crate walrus_socket

Crate walrus_socket 

Source
Expand description

Unix domain socket transport for the Walrus daemon.

Wire message types and API traits live in walrus-core::protocol. This crate provides only the UDS transport layer.

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.