rust_compile_run-1.0.2 is not a library.
Rust Compile and Run
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.
Installation
To install the package, run:
This will add two binaries.
- rust_compile_run
- rustcr
Usage
Basic usage:
Compile and run in a temporary directory:
Watch for file changes and recompile:
Enable notifications:
Features
- Compile and Run: Compiles and runs a given Rust file.
- Temporary Directory: Optionally compiles and runs the Rust file in a temporary directory.
- Watch Mode: Watches for file changes and recompiles.
- Notifications: Optional notifications for compile and run status.
License
This project is licensed under the MIT License - see the LICENSE file for details.