Rust Server This Project is a basic communication between server client. The client send a message and the server display him. The server can manage multi clients. USAGE First open 2 terminals. Terminal 1 cargo build && ./target/debug/server Terminal 2 ./target/debug/client