webserver-base 0.1.22

A Rust library which contains shared logic for all of my webserver projects.
Documentation
1
2
3
4
5
6
pub mod axum_plausible_analytics;
pub mod base_settings;
pub mod cache_buster;
pub mod frontend_error_logger;
pub mod ip;
pub mod templates;