jolly 0.3.0

a bookmark manager meets an application launcher, developed with iced
Documentation
1
2
3
4
5
6
7
8
9
use crate::{log, ui};
use serde;

#[derive(serde::Deserialize, Debug, Clone, PartialEq, Default)]
#[serde(default)]
pub struct Settings {
    pub ui: ui::UISettings,
    pub log: log::LogSettings,
}