🏗️ 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(router): run doc

Fuwn 57668127 a9f0d92e

+1 -1
+1 -1
src/router.rs
··· 727 727 /// 728 728 /// # Examples 729 729 /// 730 - /// ```no_run 730 + /// ```rust 731 731 /// use log::info; 732 732 /// use windmark::{context::HookContext, router::Router}; 733 733 ///