Crate dynpatch_watcher

Crate dynpatch_watcher 

Source
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§

FileWatcher
File watcher for arbitrary file changes

Enums§

WatchError

Functions§

watch
Watch a file and call a callback on changes

Type Aliases§

Result