[](https://travis-ci.org/gdamjan/http-server-rs) A simple http server like `python -m http.server` but: * written in rust with actix, should be faster * allow concurrency * download whole directories in .tar format * fancier directory listing * maybe announce itself on mDNS (avahi) ``` USAGE: http-server [OPTIONS] [PORT] FLAGS: -h, --help Prints help information -V, --version Prints version information OPTIONS: --bind
Specify alternate bind address [default: 0.0.0.0] --chdir