Expand description
This crate provides UnixStream
and UnixListener
implementations for
Windows, and re-exposes the std
types for UNIX.
This can go away once the std
types are available on Windows.
Structsยง
- A structure representing a Unix domain socket server.
- A Unix stream socket.