Expand description
§dynpatch-watcher
File watching and live config reloading for dynpatch.
This crate provides utilities for watching files and automatically reloading configurations or patches when they change on disk.
Re-exports§
pub use config::ConfigWatcher;pub use config::HotConfig;
Modules§
- config
- Configuration hot-reloading utilities
Structs§
- File
Watcher - File watcher for arbitrary file changes
Enums§
Functions§
- watch
- Watch a file and call a callback on changes