Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 288 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 288 Bytes

SimpleWebServer

A simple web server built on Rust

Install

cargo install --path .

Install this web server to ~/.cargo/bin/

Run In Dev

cargo run -- example

Run this web server in dev environment without optimizations. Example folder contains necessary html files.