socketpair
Cross-platform socketpair functionality
This crate wraps [socketpair] with AF_UNIX and SOCK_STREAM on Posix-ish platforms, and emulates this interface using CreateNamedPipe on Windows.
AF_UNIX
SOCK_STREAM
CreateNamedPipe