🏗️ Elegant & Highly Performant Async Gemini Server Framework for the Modern Age
async framework gemini-protocol protocol gemini rust
at main 9 lines 162 B view raw
1mod hooks; 2mod partial; 3mod response; 4 5pub use self::{ 6 hooks::{PostRouteHook, PreRouteHook}, 7 partial::Partial, 8 response::{ErrorResponse, RouteResponse}, 9};