3 releases

0.0.2 Nov 10, 2022
0.0.1 Sep 15, 2022
0.0.1-init Apr 16, 2022

#757 in Configuration

Download history 8/week @ 2024-02-18 28/week @ 2024-02-25 4/week @ 2024-03-03 67/week @ 2024-03-10 2/week @ 2024-03-17 36/week @ 2024-03-31

106 downloads per month
Used in 2 crates

MIT/Apache

25KB
576 lines

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.

Dependencies

~3–14MB
~169K SLoC