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;