Rust Compile and Run
is a command-line utility that simplifies the process of compiling, running, and cleaning up Rust executables. It offers various features like watching for file changes, running in a temporary directory, and optional notifications.
To install the package, run:
bash
cargo install rust_compile_run
Basic usage:
bash
rust_compile_run -f your_file.rs
Compile and run in a temporary directory:
bash
rust_compile_run -f your_file.rs -t
Watch for file changes and recompile:
bash
rust_compile_run -f your_file.rs -w
Enable notifications:
bash
rust_compile_run -f your_file.rs -n
This project is licensed under the MIT License - see the LICENSE file for details.