| Crates.io | rust_compile_run |
| lib.rs | rust_compile_run |
| version | 1.0.2 |
| created_at | 2023-09-17 09:49:25.936837+00 |
| updated_at | 2023-09-18 05:43:01.534941+00 |
| description | A Rust CLI tool to compile, run, and optionally delete Rust executables with additional features like file watching and notifications. |
| homepage | https://github.com/abhisekp/rust_compile_run |
| repository | https://github.com/abhisekp/rust_compile_run |
| max_upload_size | |
| id | 974992 |
| size | 839,562 |
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:
cargo install rust_compile_run
This will add two binaries.
rust_compile_run -f your_file.rs
rustcr -nwf your_file.rs
rust_compile_run -tf your_file.rs
rustcr -tf your_file.rs
rust_compile_run -wf your_file.rs
rustcr -wf your_file.rs
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.