🏗️ Elegant & Highly Performant Async Gemini Server Framework for the Modern Age
async framework gemini-protocol protocol gemini rust
at main 7 lines 127 B view raw
1#![allow(clippy::module_name_repetitions)] 2 3mod error; 4mod route; 5 6pub use error::ErrorResponse; 7pub use route::RouteResponse;