This Named Pipe server and client project is a solution for communication between processes. This project aims to facilitate the exchange of data between processes in a secure and efficient way, using Named Pipes to create dedicated communication channels.
To run the server use:
cargo run --bin pipe_server
To run the client use:
cargo run --bin pipe_client