Module transport

Module transport 

Available on crate features client or server only.
Expand description

Unix Domain Socket support for generic transport using Tokio.

Structs§

Incoming
A [UnixListener] that wraps connections in transports.
TempPathBuf
A temporary PathBuf that lives in std::env::temp_dir and is removed on drop.
UnixConnect
A connection Future that also exposes the length-delimited framing config.

Functions§

connect
Connects to socket named by path, wrapping the connection in a Unix Domain Socket transport.
listen
Listens on the socket named by path, wrapping accepted connections in Unix Domain Socket transports.
listen_on
Wrap accepted connections from listener in Unix Domain Socket transports.