A configurable rust http server
To install quickserving from source run the following commands in your system's terminal emulator:
git clone https://github.com/Baguuc/quickserving
cd quickserving
cargo build --release
cp target/release/quickserving <your path folder>
Replace with the path of one of the folders listed in your $PATH (on unix/linux) or %PATH% (on msdos/windows).
For all the rest of documentation check out docs.md