/rust-httpserver

Primary LanguageRustApache License 2.0Apache-2.0

rust-httpserver

build-test crates.io

rust httpserver demo.

usage

  • 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