This is a simple multithreaded web server written in Rust.
It currently serves static files (HTML, CSS, etc.) with basic routing functionality.
In the future, this project will be extended to support dynamic request handling, RESTful APIs, form submissions, logging, and more.