# Mash A Minimal Asynchronous HTTP web server written in rust ## Install Install via crates.io ## Usage ```console ❯ mash --help mash 0.9.1 A minimal asynchronous static http webserver written in rust USAGE: mash [OPTIONS] [PATH] ARGS: Path for webserver to run (Defaults to current working directory) [default: .] OPTIONS: -h, --host Host IP of the server [default: 0.0.0.0] --help Print help information -p, --port Port for the server [default: 8080] -V, --version Print version information ``` ## Asciinema [![asciicast](https://asciinema.org/a/eqlBUXnRrGDyUsrRSEsbVeabd.svg)](https://asciinema.org/a/eqlBUXnRrGDyUsrRSEsbVeabd)