update readme

This commit is contained in:
yggverse 2024-10-26 23:41:32 +03:00
parent 2c175cf684
commit 2585b6ad4a

View file

@ -21,7 +21,9 @@ cargo add ggemini
### `client` ### `client`
Gio API already includes powerful [SocketClient](https://docs.gtk.org/gio/class.SocketClient.html), Gio API already includes powerful [SocketClient](https://docs.gtk.org/gio/class.SocketClient.html),
`ggemini::client` implementation just extends a bit some features for Gemini Protocol. `ggemini::client` just extends some features a bit, to simplify interaction with socket over Gemini Protocol.
It also contain some children components/mods bellow for low-level access any feature directly.
#### `client::buffer` #### `client::buffer`