webserver-base 0.1.22

A Rust library which contains shared logic for all of my webserver projects.
Documentation
1
2
3
pub mod error;
pub mod schema;
pub mod template_registry;