Skip to main content

Module reload

Module reload 

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

Modules§

guard
Concurrency control for rebuild operations
rebuild
Hot-reload rebuild pipeline
watcher
File watching for Rust hot-reload