This repository is for trying to rewrite the contents of this book in Rust.
This project uses Cargo but has multiple binary target, HTTP client and server. So you need to specify binary when you run it.
$ cargo run --bin <name> -- <args>
See Cargo.toml
about <name>
.