Expand description
Hot-reload infrastructure for wavecraft start
This module provides file watching, build guarding, and rebuild pipeline components for hot-reloading Rust plugins during development.
Re-exports§
pub use guard::BuildGuard;pub use rebuild::RebuildCallbacks;pub use rebuild::RebuildPipeline;pub use watcher::FileWatcher;pub use watcher::WatchEvent;