pub fn render_effective(layers: &[(PathBuf, Layer)]) -> Result<String>Expand description
Pretty-print the effective config merged from explicit layer paths over
the compiled-in defaults (missing files are skipped, like config::load),
with each layer’s provenance so the operator-only key rule applies here
exactly as it does at load time.