#[derive(HotConfig)]
Derive macro for hot-reloadable configuration
#[derive(HotConfig)] struct AppConfig { max_connections: usize, log_level: String, }