🏗️ 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
1#![allow(clippy::module_name_repetitions)] 2 3mod error; 4mod hook; 5mod route; 6 7pub use error::ErrorContext; 8pub use hook::HookContext; 9pub use route::RouteContext;