[][src]Module tokio_net::uds

Unix Domain Sockets for Tokio.

This crate provides APIs for using Unix Domain Sockets with Tokio.

Modules

split

UnixStream split support.

Structs

Incoming

Stream of listeners

UCred

Credentials of a process

UnixDatagram

An I/O object representing a Unix datagram socket.

UnixListener

A Unix socket which can accept connections from other Unix sockets.

UnixStream

A structure representing a connected Unix socket.