This Bash script provides a convenient way to compile, run, and optionally delete a Rust executable. It supports various options, including running in a temporary directory, watching for file changes, sending desktop notifications, and installing the script to the user's local ~/bin
directory.
The script compiles and runs a given Rust file. If the compilation and execution are successful, it deletes the generated executable.