Expand description
Config file watcher.
Watches a TOML config file for changes, debounces rapid modifications, and reloads the configuration. Invalid configs are rejected, preserving the last known good config.
Requires the config-watch feature.
Structsยง
- Config
Watcher - A config file watcher that reloads on changes.