Skip to main content

Module watcher

Module watcher 

Source
Expand description

File watching functionality for hot-reload

This module wraps the notify crate to provide file system watching with debouncing and filtering for .dampen files.

Structs§

FileWatcher
File watcher wrapper around notify crate
FileWatcherConfig
Configuration for file watcher behavior

Enums§

FileWatcherError
Errors that can occur during file watching
FileWatcherState
Runtime state of the file watcher