Crate uds_windows

Source
Expand description

Unix domain sockets for Windows

Structs§

AcceptAddrs
The parsed return value of AcceptAddrsBuf
AcceptAddrsBuf
A buffer in which an accepted socket’s address will be stored
SocketAddr
An address associated with a Unix socket
UnixListener
A Unix domain socket server
UnixStream
A Unix stream socket

Traits§

UnixListenerExt
Additional methods for the UnixListener type
UnixStreamExt
Additional methods for the UnixStream type

Functions§

from_path