A simple HTTP server written in rust
I wrote that server a few years ago (I think), just to try out std::net. It is a bare http server written in rust only with the standard library, thus has no dependencies. You can compile and tinker with it, add new features and etc.
cargo build && cargo run