CarrieForle / rust-webserver

Repository from Github https://github.comCarrieForle/rust-webserverRepository from Github https://github.comCarrieForle/rust-webserver

Rust-Webserver

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.

Run

Clone the repo and cargo run inside the repo.

About

License:MIT License


Languages

Language:Rust 84.0%Language:HTML 16.0%