Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 265 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 265 Bytes

Simple Rust HTTP static server

Simple HTTP server written on rust with the main purpose is to serve static files.

How to use?

  1. Install CLI (cargo install http-static)
  2. Learn options (http-static -h)
  3. Run a server (http-static -p 8080)