#web-server #base #html-templating #todd #griffin #everett

webserver-base

A Rust library which contains shared logic for all of my webserver projects

12 releases

0.1.11 Mar 1, 2024
0.1.10 Feb 7, 2024
0.1.6 Jan 30, 2024
0.1.5 Jun 27, 2023

#1 in #webserver

Download history 20/week @ 2024-01-29 8/week @ 2024-02-05 129/week @ 2024-02-26 28/week @ 2024-03-04 23/week @ 2024-03-11 46/week @ 2024-04-01

71 downloads per month

Custom license

25KB
580 lines

webserver-base

Version Docs License

A Rust library which contains shared logic for all of my webserver projects.

Features

  • common settings
  • HTML templates
  • integration: Axum + Plausible Analytics

Developers

Project is under active maintenance - even if there are no recent commits! Please submit an issue / bug request if the library needs updating for any reason!

Commands

  • make lint
    • Lints the codebase via cargo fmt.
  • make test
    • Tests the codebase via:
      • cargo fmt
      • cargo check
      • cargo clippy (with insanely strict defaults)
      • cargo test.

Credits

Made with 🤬 and 🥲 by Todd Everett Griffin.

webserver-base is open source under the MIT License.

Dependencies

~16–31MB
~528K SLoC