🏗️ 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): remove useless assignment

Fuwn 6968827c 230dd187

+1 -1
+1 -1
src/router.rs
··· 112 112 /// # Examples 113 113 /// 114 114 /// ```rust 115 - /// let _router = windmark::Router::new(); 115 + /// windmark::Router::new(); 116 116 /// ``` 117 117 /// 118 118 /// # Panics