Rust HTTP Server

A very simple HTTP Server built using Rust as a means of learning the language.

To Run

Running the following command from the root directory to run the HTTP server. By default the server listens on port 8080.

$ cargo run

Listening on 127.0.0.1:8080