mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 17:15:31 +00:00
Glib-oriented client for Gemini protocol
https://crates.io/crates/ggemini
| src | ||
| tests | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
ggemini
Glib/Gio-oriented network API for Gemini protocol
Important
Project in development!
This library mostly written as the network extension for Yoda - GTK Browser for Gemini Protocol,
it also could be useful for any other integrations as depend of glib and gio (2.66+) crates only.
Install
cargo add ggemini
Usage
client
Gio API already provide powerful SocketClient
This library just extends some minimal features wanted for Gemini Protocol.
client::response
client::response::header
client::response::body
See also
- ggemtext - Glib-oriented Gemtext API