add comment

This commit is contained in:
yggverse 2024-11-30 03:39:18 +02:00
parent 745b8a6786
commit 71135fac58

View file

@ -21,6 +21,10 @@ use std::rc::Rc;
pub const DEFAULT_TIMEOUT: u32 = 10;
/// Main point where connect external crate
///
/// Includes high-level API for session-safe interaction with
/// [Gemini protocol](https://geminiprotocol.net) socket server
pub struct Client {
session: Rc<Session>,
pub socket: SocketClient,