Module unix

Module unix 

Source
Expand description

Unix-specific IPC primitives implemented with Tokio Unix sockets.

Functionsยง

bind
Bind a Unix domain socket at the given path.
connect
Connect to a Unix domain socket at the given path.