EasyIPC
EasyIPC is a Rust library for inter-process communication (IPC) using local sockets. It provides simple functions to create listeners, send and receive messages.
Installation
Usage
Receiving Data
let listener = ipc_create_listener.unwrap;
let timeout = from_secs;
let recv_buffer = ipc_recv.unwrap;
Sending Data
ipc_send.unwrap;
License
This project is licensed under the MIT License.