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
7
8
9
pub mod copyright;
pub mod footer;
pub mod header;
pub mod image;
pub mod metadata;
pub mod nav_link;
pub mod page;
pub mod social_media;
pub mod twitter;