Cargomon
Cargomon is a Rust implementation inspired by the popular Node.js tool nodemon. It watches your Rust project for file changes and automatically rebuilds and runs your application.
Installation
You can install Cargomon using cargo:
Usage
Navigate to your Rust project directory and run:
Cargomon will watch for file changes in your project, rebuild when changes are detected, and run the resulting executable.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.