rust-httpserver

Crates.iorust-httpserver
lib.rsrust-httpserver
version0.1.0
sourcesrc
created_at2022-08-15 11:55:41.379288
updated_at2022-08-15 11:55:41.379288
descriptionrust http sample server.
homepage
repository
max_upload_size
id645883
size23,373
xiexianbin (xiexianbin)

documentation

README

rust-httpserver

build-test

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

cargo install rust-httpserver
Commit count: 0

cargo fmt