From 63a9874dcfd0c0c99524783ada800b9ebc3c291e Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 31 Oct 2024 03:14:52 +0200 Subject: [PATCH] add comment --- src/client.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/client.rs b/src/client.rs index 4c6f2cd..1f2686b 100644 --- a/src/client.rs +++ b/src/client.rs @@ -1 +1,4 @@ +//! Client API to interact Server for +//! [Gemini protocol](https://geminiprotocol.net/docs/protocol-specification.gmi) + pub mod response;