Simple UDP Simple but complete Rust implementation with both the UDP sender (server) and receiver (client). How to run Receiver First, run the receiver in one terminal: cargo run --bin receiver Sender Then, in another terminal, run the sender: cargo run --bin sender