# rust-httpserver
[](https://github.com/xiexianbin/rust-httpserver/actions/workflows/workflow.yaml)
rust httpserver demo.
## usage
- release
```
git tag v0.1.0
git push origin --tags
```
- download
```
curl -Lfs -o main https://github.com/xiexianbin/rust-httpserver/releases/latest/download/rust-httpserver
chmod +x rust-httpserver
./rust-httpserver
```
or
```shell
cargo install rust-httpserver
```