🏗️ Elegant & Highly Performant Async Gemini Server Framework for the Modern Age
async framework gemini-protocol protocol gemini rust
at main 5 lines 100 B view raw
1mod post_route; 2mod pre_route; 3 4pub use post_route::PostRouteHook; 5pub use pre_route::PreRouteHook;