terracotta 0.4.2

Boilerplate webserver application based on Axum
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Static asset serving.



//		Modules																											

pub mod config;
pub mod errors;
pub mod handlers;
pub mod state;