config-easy 0.1.0

A small SQLite-backed interactive settings menu for command-line Rust applications
Documentation
1
2
3
4
5
#[derive(Debug, Clone, PartialEq, Eq)]
pub(crate) struct SettingRow {
    pub(crate) key: String,
    pub(crate) value: String,
}