update readme

This commit is contained in:
yggverse 2024-10-24 20:49:01 +03:00
parent be813cf643
commit dc9e6a14dc

View file

@ -121,4 +121,12 @@ match Quote::from("> Quote") {
Some(quote) => assert_eq!(quote.value, "Quote"), Some(quote) => assert_eq!(quote.value, "Quote"),
None => assert!(false), None => assert!(false),
}; };
``` ```
## Integrations
* [Yoda](https://github.com/YGGverse/Yoda) - Browser for Gemini Protocol
## See also
* [ggemini](https://github.com/YGGverse/ggemini) - Glib-oriented client for Gemini Protocol