Expand description
File watching for Rust hot-reload
Watches engine source files and triggers rebuild events on changes. Uses debouncing to handle rapid file saves and editor temp files.
Structs§
- File
Watcher - File watcher with debouncing for Rust source files
Enums§
- Watch
Event - Events emitted by the file watcher