confy-rs 0.1.0

Simple, efficient configuration loading: multi-format (TOML/YAML/JSON), layered merging, and hot reloading
Documentation
1
2
3
4
5
6
7
8
9
# Examples

| Example | Run | Shows |
|---------|-----|-------|
| `basic` | `cargo run --example basic` | one-line loading with format auto-detection |
| `layered` | `cargo run --example layered` | in-memory defaults + cross-format layered merging |
| `hot_reload` | `cargo run --example hot_reload` | file watching; edit `fixtures/config.toml` while it runs |

All examples read sample files from the [`fixtures/`](../fixtures) directory.