hyperium / h3

MIT License
575 stars 75 forks source link

split `server.rs` and `client.rs` into multiple files in thair own module #229

Closed Ruben2424 closed 3 months ago

Ruben2424 commented 4 months ago

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.