Skip to main content

Crate unix

Crate unix 

Available on target_family=unix and crate feature net only.
Expand description

Unix (Domain) socket support for Rama.

§Rama

Crate used by the end-user rama crate and rama crate authors alike.

Learn more about rama:

Modules§

client
Unix (domain) socket client (connector) module for Rama.
server
Unix (domain) socket server module for Rama.
utils
native utilities unique to unix

Structs§

TokioSocketAddress
An address associated with a Tokio Unix socket.
TokioUnixStreamUnix
A structure representing a connected Unix socket.
UnixDatagramUnix
An I/O object representing a Unix datagram socket.
UnixDatagramFramed
A unified Stream and Sink interface to an underlying UnixDatagram, using the Encoder and Decoder traits to encode and decode frames.
UnixSocketUnix
A Unix socket that has not yet been converted to a UnixStream, UnixDatagram, or [UnixListener].
UnixSocketAddress
An address associated with a Unix socket.
UnixSocketInfo
Connected unix socket information.
UnixStream
A stream which can be either a secure or a plain stream.