Expand description
Server runtime settings, loaded from TOML or constructed in tests.
Mirrors python/.../server/settings.py. Frozen-by-construction — no
interior mutability — so handlers can stash an Arc<Settings> and
never worry about racing config reloads.
Structs§
- Settings
- Frozen runtime settings shared across every axum handler.