Skip to content

xiexianbin/rust-httpserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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