A simple HTTP server implementation written in Rust.
A HTTP server written in Rust, created for the Systems Programming FractalU course. Has an interface for adding new routes, and can handle basic GET requests, returning responses in either plain text, HTML, or JSON format.
To run the server:
cargo run run- Rust (latest stable version)
- Cargo package manager
MIT License