Skip to main content

Module watcher

Module watcher 

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

FileWatcher
File watcher with debouncing for Rust source files

Enums§

WatchEvent
Events emitted by the file watcher