{"id":16590949,"url":"https://github.com/abhisekp/rust_compile_run","last_synced_at":"2025-10-29T09:32:35.127Z","repository":{"id":195286555,"uuid":"692696154","full_name":"abhisekp/rust_compile_run","owner":"abhisekp","description":"A Rust CLI tool to compile, run, and optionally delete Rust executables with additional features like file watching and notifications.","archived":false,"fork":false,"pushed_at":"2023-09-18T05:41:46.000Z","size":300,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T01:25:41.424Z","etag":null,"topics":["cli","rust","rust-runtime"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/rust_compile_run","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abhisekp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-17T09:47:25.000Z","updated_at":"2024-05-27T09:48:12.000Z","dependencies_parsed_at":"2023-09-17T10:15:08.253Z","dependency_job_id":null,"html_url":"https://github.com/abhisekp/rust_compile_run","commit_stats":null,"previous_names":["abhisekp/rust_compile_run"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhisekp%2Frust_compile_run","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhisekp%2Frust_compile_run/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhisekp%2Frust_compile_run/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhisekp%2Frust_compile_run/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abhisekp","download_url":"https://codeload.github.com/abhisekp/rust_compile_run/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238803408,"owners_count":19533311,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","rust","rust-runtime"],"created_at":"2024-10-11T23:14:47.383Z","updated_at":"2025-10-29T09:32:29.750Z","avatar_url":"https://github.com/abhisekp.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust Compile and Run\n\n[![Rust Compile Run Logo](./rust_compile_run_logo.png)](https://crates.io/crates/rust_compile_run)\n\n\n`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.\n\n## Installation\n\nTo install the package, run:\n\n```bash\ncargo install rust_compile_run\n```\n\nThis will add two binaries.\n- rust_compile_run\n- rustcr\n\n## Usage\n\n### Basic usage:\n\n```bash\nrust_compile_run -f your_file.rs\nrustcr -nwf your_file.rs\n```\n\n### Compile and run in a temporary directory:\n\n```bash\nrust_compile_run -tf your_file.rs\nrustcr -tf your_file.rs\n```\n\n### Watch for file changes and recompile:\n\n```bash\nrust_compile_run -wf your_file.rs\nrustcr -wf your_file.rs\n```\n\n### Enable notifications:\n\n```bash\nrust_compile_run -nf your_file.rs\nrustcr -nf your_file.rs\n```\n\n## Features\n\n- **Compile and Run**: Compiles and runs a given Rust file.\n- **Temporary Directory**: Optionally compiles and runs the Rust file in a temporary directory.\n- **Watch Mode**: Watches for file changes and recompiles.\n- **Notifications**: Optional notifications for compile and run status.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhisekp%2Frust_compile_run","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhisekp%2Frust_compile_run","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhisekp%2Frust_compile_run/lists"}