#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.