windmark 0.5.0

An elegant and highly performant async Gemini server framework
Documentation
1
2
3
4
5
mod post_route;
mod pre_route;

pub use post_route::PostRouteHook;
pub use pre_route::PreRouteHook;