Skip to main content

execute_watch

Function execute_watch 

Source
pub async fn execute_watch() -> Result<(), Error>
Expand description

Execute watch command using notify crate to monitor file changes and re-run cargo run when source files are modified.

ยงReturns

  • Result<(), io::Error>: Success or error