configloader-676 0.1.0

A library for loading configuration files (JSON, TOML, YAML) into Rust structs with environment variable overrides and validation.
Documentation
1
2
3
4
5
6
7
8
9
10
{
    "database": {
      "host": "example.com",
      "port": 5432
    },
    "server": {
      "host": "0.0.0.0",
      "port": 8080
    }
  }