🏗️ Elegant & Highly Performant Async Gemini Server Framework for the Modern Age
async framework gemini-protocol protocol gemini rust
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(readme): add index handling example

Fuwn 3428ae17 870ae223

+1 -1
+1 -1
rossweisse/README.md
··· 18 18 19 19 #[rossweisse::router] 20 20 impl Router { 21 - #[route] 21 + #[route(index)] 22 22 pub fn index( 23 23 _context: windmark::context::RouteContext, 24 24 ) -> windmark::Response {