Implementation of a multithreaded Web server like the exercise of the Rust Book.
Please don't use it or use it at your risks. You can use ActixWeb.
Requirements:
You can download the project and build it with Meson.
git clone https://github.com/Xyphenore/web-server.git
cargo build
cargo run
cargo doc
Open the target/doc/web_server/index.html in the directory target/doc/web_server.
cd target/doc/web_server