Crate hashmap_settings
source ·Expand description
HashMap wrapper for layered Settings
This crate allows you to store and access all your program settings by calling a single Account struct regardless of the type that those settings implement.
This crate gives the tools necessary for a developer to create layered settings. This allows users of the application to not only have different settings for different environments, but also have groups of settings that they can easily swap.
Modules
- module containing types used internally by the crate
Structs
Traits
- Required trait for any type that that will be used as a setting