settings_manager

Crates.iosettings_manager
lib.rssettings_manager
version0.0.2
sourcesrc
created_at2022-04-16 23:50:46.460348
updated_at2022-11-10 16:49:42.254783
descriptionSettings manager.
homepage
repositoryhttps://github.com/thot-data/settings_manager
max_upload_size
id569220
size37,186
(bicarlsen)

documentation

README

Settings Manager

Crate for managing settings.

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

System Settings

Represents settings that are used system wide. i.e. These represent settings that should be singletons.

Local Settings

Represents settings that are local to a specific resource. i.e. Multiple instances of this type of settings can exist at once.

List Setting

Represents a setting that is a simple list of objects.

Commit count: 0

cargo fmt