rust-jconfig
Configuration / settings backed by JSON files
Dashboard
| Linux CI | Test Coverage | Crate | Documentation |
|---|---|---|---|
Basic usage
use Config;
// your my-config.json
Don't forget to check out the examples
The config_field!() macro
The crate defines a macro config_field! that can simplify the consutrction of configuration field types.
extern crate jconfig;
config_field!
License
Licensed under:
- Apache License, Version 2.0 - LICENSE-APACHE (source)
- MIT license - (LICENSE-MIT (source)
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.