h3
h3 copied to clipboard
split `server.rs` and `client.rs` into multiple files in thair own module
I split the big files server.rs and client.rs into multiple files and introduced the server and client modules to gain a clearer project structure.
Also fixed some (clippy) warnings.