socketpair

Cross-platform socketpair functionality

Github Actions CI Status crates.io page docs.rs docs

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