webbington 0.1.0

A no-nonsense web server for quick deployments and testing
Documentation
  • Coverage
  • 0%
    0 out of 9 items documented0 out of 4 items with examples
  • Size
  • Source code size: 47.43 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.42 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • TheRealGLH

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.