app-json-settings 2.0.3

App settings as JSON format stored in file and available via read-by-key and write-by-key. Aims a tiny settings manager with reasonably few dependencies.
Documentation
1
2
3
4
5
#[derive(Clone, Copy)]
pub enum JsonFormat {
    Compact,
    Pretty,
}