# simple-web-server ![crates.io](https://img.shields.io/crates/v/wserver.svg) Simple web server powered by Rust ## Install If you have Rust: `cargo install wserver` If you have Debian/Ubuntu: [Releases](https://github.com/deadblackclover/simple-web-server/releases) ## Usage ```bash wserver 0.1.5 DEADBLACKCLOVER Simple web server powered by Rust USAGE: wserver [FLAGS] [OPTIONS] FLAGS: -h, --help Prints help information -l, --logs Logging requests -V, --version Prints version information OPTIONS: -a, --address Server IP address --path File path -p, --port Server port -t, --threads Number of threads ```