🏗️ 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(rossweisse): add fields for crates.io package

Fuwn c68aec02 037947b3

+5
+5
rossweisse/Cargo.toml
··· 5 5 version = "0.0.0" 6 6 authors = ["Fuwn <contact@fuwn.me>"] 7 7 edition = "2021" 8 + description = "`struct`-based Router Framework for Windmark" 9 + documentation = "https://docs.rs/rossweisse" 10 + repository = "https://github.com/gemrest/windmark" 8 11 license = "GPL-3.0-only" 12 + keywords = ["gemini", "windmark"] 13 + categories = ["network-programming"] 9 14 10 15 [lib] 11 16 proc-macro = true