http-serve-rs 0.2.3

Serve static content from files, like Python's http.server
# About


# Http Server
To serve static content from local files. 
Similar to python's [http.server](https://docs.python.org/3/library/http.server.html).

# Installation
```shell
cargo install http-serve-rs
```

# Usage
```shell
http-serve-rs --port 3000
```

# Development video log
See this [YouTube](https://youtu.be/WR0N9rfNC-Y?si=QzqU-zz0vmSrpF_a) video if you are interested in how this tool was 
developed.