Crate rama_unix

Crate rama_unix 

Source
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§

clienttarget_family=unix
Unix (domain) socket client (connector) module for Rama.
servertarget_family=unix
Unix (domain) socket server module for Rama.

Structs§

ClientUnixSocketInfotarget_family=unix
Information about the socket on the egress end.
TokioSocketAddress
An address associated with a Tokio Unix socket.
TokioUnixStreamUnix and net
A structure representing a connected Unix socket.
UnixDatagram
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.
UnixSocket
A Unix socket that has not yet been converted to a UnixStream, UnixDatagram, or UnixListener.
UnixSocketAddress
An address associated with a Unix socket.
UnixSocketInfotarget_family=unix
Connected unix socket information.
UnixStream
A stream which can be either a secure or a plain stream.