Skip to main content

Crate walrus_socket

Crate walrus_socket 

Source
Expand description

Unix domain socket transport for the Walrus daemon.

Wire message types, API traits, and codec 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.
server
Unix domain socket server — accept loop and per-connection message handler.