mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
add comment
This commit is contained in:
parent
745b8a6786
commit
71135fac58
1 changed files with 4 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue