4 releases
Uses old Rust 2015
0.1.4 | Nov 15, 2017 |
---|---|
0.1.3 | Nov 15, 2017 |
0.1.1 | Nov 15, 2017 |
0.1.0 | Nov 6, 2017 |
#820 in Configuration
27 downloads per month
10KB
153 lines
json_config
json_config is a JSON based configuration management solution for Rust applications. It allows you to do the following,
- Maintain application settings in JSON form. i.e. in a file, as a string based variable, string literal and in pure JSON form
- Span and maintain your application settings across multiple different sources, i.e. multiple
- Maintain a base configuration and override it with JSON partials
- Define bundles which encapsulate logically related configuration sections and later override the base configuration with them as necessary
- Do all of the above either at runtime or compile time via
build.rs
The library also exposes macros which help you do all of the above in a very convenient manner.
Documentation is still in progress...
License
Dual licensed under MIT/Apache-2.0.
Dependencies
~355–760KB
~17K SLoC