Expand description
Cross-platform IPC transport layer
Abstracts Unix domain sockets (Unix/macOS) and named pipes (Windows) using the interprocess crate.
Modules§
Enums§
- Stream
- Re-export Stream for use in other modules
Tokio-based local socket byte stream, obtained either from
Listeneror by connecting to an existing local socket.
Functions§
- connect
- Connect to the daemon’s IPC socket
- create_
listener - Create a listener for incoming IPC connections
- recv_
message - Receive a length-prefixed message
- send_
message - Send a length-prefixed message
- socket_
exists - Check if the daemon socket exists