A simple webserver implementation guided by Rust Book with minor tweaks.
Specifically,
- Most
unwrap()is lifted to instead panic with error messages. - Allow for 10 incoming requests instead of 4.
- There are doc comments in the public API.
Clone the repo and cargo run inside the repo.