Yoda 0.12.0

Browser for Gemini Protocol
1
2
3
4
5
6
7
#[derive(Clone)]
pub struct Memory {
    pub host: String,
    pub id: Option<i64>,
    pub is_enabled: bool,
    pub time: gtk::glib::DateTime,
}