doing-config
Configuration loading and types for the doing CLI.
This crate handles config file discovery (global and local .doingrc files), multi-format parsing (YAML, TOML, JSON),
deep-merging of layered configs, environment variable overrides, and typed configuration structs.
Usage
use Config;
let config = load.unwrap;
println!;
println!;
License
MIT — see LICENSE for details.