pf_config 0.1.1

Layered configuration loader (JSON, env, dotenv, Cargo.toml section) with optional WASM-friendly path later
Documentation

pf_config - Layered configuration loader

Sources (in precedence, low -> high):

  • Cargo.toml section (feature: cargo-toml)
  • JSON files
  • .env (feature: dotenv)
  • OS environment variables

This crate is target-agnostic by design; initial implementation is native-only.