Module for creating socket pair.
create two connected unix sockets with the socketpair() function from POSIX
Similar to stream-pair, but with sockets with real fds. A workaround for https://github.com/nodejs/node/issues/12716
Create two coupled streams
exposes the pipe2 system call for building unix pipelines/filters
Module for creating socket pair.
Cross-platform socketpair functionality
More ergonomic wrappers around RawFd and RawHandle
Library for creating simple communication channels using Mobility-enabled TURN servers. Like unreliable socketpair(2) for UDP.
Rust bindings for NetBird's client/embed via Go C-shared FFI
The Duplex trait: interactive streams
Minimal wrapper for using sockets as IPC with file descriptor passing
Pipe-based worker runtime for Folk — spawns PHP workers via execve with Unix socketpairs
Secure HTTP gateway for IoT and Industrial applications
Unbuffered and unlocked I/O streams
Linux CLI tool to forward TCP connections from one network namespace to another network namespace
Combine Read and Write into a single Read+Write object
A minimal async runtime built on Linux io_uring, designed to expose how Rust futures map to kernel I/O.