{"id":15431026,"url":"https://github.com/richardsondev/rustapplicationtemplate","last_synced_at":"2025-10-17T00:32:01.720Z","repository":{"id":176354808,"uuid":"657097833","full_name":"richardsondev/rustapplicationtemplate","owner":"richardsondev","description":"A project template to build a Rust application in GitHub Actions and publish release artifacts automatically for Windows, Linux, and macOS","archived":false,"fork":false,"pushed_at":"2025-10-06T06:27:25.000Z","size":24,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-06T07:11:13.347Z","etag":null,"topics":["docker","github-actions","rust","rust-template","template-project","template-repository","workflow"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/richardsondev.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-06-22T10:07:19.000Z","updated_at":"2025-09-01T05:22:23.000Z","dependencies_parsed_at":"2025-10-06T07:05:07.052Z","dependency_job_id":"5185ccac-ba5a-41bd-b74a-49a22c97976f","html_url":"https://github.com/richardsondev/rustapplicationtemplate","commit_stats":null,"previous_names":["richardsondev/rustapplicationtemplate"],"tags_count":2,"template":true,"template_full_name":null,"purl":"pkg:github/richardsondev/rustapplicationtemplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardsondev%2Frustapplicationtemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardsondev%2Frustapplicationtemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardsondev%2Frustapplicationtemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardsondev%2Frustapplicationtemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richardsondev","download_url":"https://codeload.github.com/richardsondev/rustapplicationtemplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardsondev%2Frustapplicationtemplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279260644,"owners_count":26136164,"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","status":"online","status_checked_at":"2025-10-16T02:00:06.019Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["docker","github-actions","rust","rust-template","template-project","template-repository","workflow"],"created_at":"2024-10-01T18:20:05.538Z","updated_at":"2025-10-17T00:32:01.417Z","avatar_url":"https://github.com/richardsondev.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust Application Template\n\nThis is a template project to build a Rust application using GitHub Actions and automatically publish release artifacts for Windows, Linux, and macOS.\n\n## How to Use\n\n1. **Create a new repository from this template.**\n    \n    On GitHub, click the \"Use this template\" button to create a new repository based on this template.\n\n2. **Clone your new repository.**\n    \n    Clone your newly created repository to your local machine and navigate to the root directory of the project.\n\n3. **Run the project locally.**\n\n    You can run the project locally by using the following command in your terminal:\n    \n    ```bash\n    cargo run\n    ```\n\n    This command will compile your code and run the resulting executable.\n\n4. **Commit and push changes.**\n    \n    After making changes, commit and push to your repository. GitHub Actions will automatically start the build process.\n\n## GitHub Actions\n\nThis project uses GitHub Actions for continuous integration. Upon each push to your repository or release creation, the workflow will:\n\n- Check out the latest code.\n- Set up the necessary Rust environment.\n- Build and test the project.\n- Create release artifacts for Windows, Linux, and macOS. (Only on release creation events)\n\nThe artifacts will then be available for download from the \"Actions\" tab on your repository and also from the \"Releases\" tab for release events.\n\n## Docker image\n\nThis project also contains `buildpush.sh` which will build a distroless Docker image with the application as the entry point. By default, the \nscript will push the built multi-arch images to DockerHub. [Here](https://hub.docker.com/r/richardsondev/hello_world/tags) is an example of \nwhat it would look like.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardsondev%2Frustapplicationtemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichardsondev%2Frustapplicationtemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardsondev%2Frustapplicationtemplate/lists"}