windmark 0.5.0

An elegant and highly performant async Gemini server framework
Documentation
1
2
3
4
5
6
7
8
9
mod hooks;
mod partial;
mod response;

pub use self::{
  hooks::{PostRouteHook, PreRouteHook},
  partial::Partial,
  response::{ErrorResponse, RouteResponse},
};