#testing #running #base-dir #webbington

bin+lib webbington

A no-nonsense web server for quick deployments and testing

1 unstable release

new 0.1.0 Apr 26, 2025

#3 in #base-dir

Download history 80/week @ 2025-04-21

80 downloads per month

GPL-3.0-only

18KB
257 lines

Webbington

Originally based on the final project in the online book 'The Rust Programming Language', the last part of this exercise challenges readers to go beyond the exercise and enhance the project in various ways. As a result, this is hardly production ready but this is more so for me to have fun and learn a different language.

How to use

Requirements

  • Cargo 1.83.0 or later

Compilation & Running

cargo build
webbington [-p <port>] [-d <base_dir>]

If the port or directory are not specified, the default port will be 7676 and the directory will be $PWD.

No runtime deps