Yoda 0.12.0

Browser for Gemini Protocol
1
2
3
4
5
6
pub struct Row {
    pub host: String,
    pub id: i64,
    pub is_enabled: bool,
    pub time: i64,
}