rust httpserver demo.
- release
// create git tag and binary
git tag v0.1.0
git push origin --tags
// publish to https://crates.io/crates/rust-httpserver
cargo publish
- download
curl -Lfs -o main https://github.com/xiexianbin/rust-httpserver/releases/latest/download/rust-httpserver
chmod +x rust-httpserver
./rust-httpserver
or
cargo install rust-httpserver