Crates.io | settings_manager |
lib.rs | settings_manager |
version | 0.0.2 |
source | src |
created_at | 2022-04-16 23:50:46.460348 |
updated_at | 2022-11-10 16:49:42.254783 |
description | Settings manager. |
homepage | |
repository | https://github.com/thot-data/settings_manager |
max_upload_size | |
id | 569220 |
size | 37,186 |
Crate for managing settings.
This is the base trait required to implement all other setting types. Settings objects lock their file while they exist so other processes can not modify them
Represents settings that are used system wide. i.e. These represent settings that should be singletons.
Represents settings that are local to a specific resource. i.e. Multiple instances of this type of settings can exist at once.
Represents a setting that is a simple list of objects.