Unix Domain sockets for Tokio, enabling async IPC on Unix systems.
# Cargo.toml
[dependencies]
tokio-uds = "0.2.7"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Bind a Unix domain socket listener with Tokio.
Replace tokio-uds with tokio's built-in UnixListener (requires tokio feature "net").
No dependency data recorded yet.