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:
- Github: https://github.com/plabayo/rama
- Book: https://ramaproxy.org/book/
Modules§
- client
target_family="unix" - Unix (domain) socket client (connector) module for Rama.
- codec
target_family="unix" - Adaptors from
AsyncRead/AsyncWriteto Stream/Sink - server
target_family="unix" - Unix (domain) socket server module for Rama.
Structs§
- Client
Unix Socket Info target_family="unix" - Information about the socket on the egress end.
- Tokio
Socket Address - An address associated with a Tokio Unix socket.
- Unix
Datagram - An I/O object representing a Unix datagram socket.
- Unix
Datagram Framed target_family="unix" - A unified
StreamandSinkinterface to an underlyingUnixDatagram, using theEncoderandDecodertraits to encode and decode frames. - Unix
Socket - A Unix socket that has not yet been converted to a
UnixStream,UnixDatagram, orUnixListener. - Unix
Socket Address target_family="unix" - An address associated with a Unix socket.
- Unix
Socket Info target_family="unix" - Connected unix socket information.
- Unix
Stream - A structure representing a connected Unix socket.