Server About The server is an implementation of a http server written in Rust. How to start developing Run cargo run Test cargo test Deploy (Docker) cargo build --release docker build -t $USER/server:latest . docker run -it --rm --name server $USER/server:latest