Project Status: Active – The project has reached a stable, usable state and is being actively developed. GitHub GitHub Workflow Status

A Webserver written in Rust. Build on the speedy Hyper.

Usage

Installation

Install cargo and then: cargo install --git https://github.com/User65k/flash_rust_ws.git

Running

Create a config file and execute the binary :relaxed:

See the Wiki for some help with the config file.

You will need at least a single Host containing a Mount Path. Minimal Example:

toml ["example.com"] ip = "127.0.0.1:80" dir = "/var/www/"

Goals

Functions