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
This will add two binaries. - rustcompilerun - rustcr
bash
rust_compile_run -f your_file.rs
rustcr -nwf your_file.rs
bash
rust_compile_run -tf your_file.rs
rustcr -tf your_file.rs
bash
rust_compile_run -wf your_file.rs
rustcr -wf your_file.rs
bash
rust_compile_run -nf your_file.rs
rustcr -nf your_file.rs
This project is licensed under the MIT License - see the LICENSE file for details.