rust-httpserver 0.1.0

rust http sample server.
Documentation
# rust-httpserver

[![build-test](https://github.com/xiexianbin/rust-httpserver/actions/workflows/workflow.yaml/badge.svg)](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
```