hashmap_settings 0.3.0

HashMap wrapper for layered Settings
Documentation
1
2
3
4
5
6
7
8
9
10
# 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.

## License


Licensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or [MIT LICENSE](LICENSE-MIT) at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in HashMapSettings by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.