ggemini/README.md
2024-10-28 13:48:25 +02:00

910 B

ggemini

Glib/Gio-oriented network API for Gemini protocol

Important

Project in development!

GGemini (or G-Gemini) library written as the client 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 provides powerful SocketClient
client collection just extends some features wanted for Gemini Protocol interaction.

todo

client::response

client::response::header

client::response::body

See also