{"id":16551177,"url":"https://github.com/michaelcurrin/rust-project-template","last_synced_at":"2026-01-06T07:05:15.872Z","repository":{"id":93179957,"uuid":"334660680","full_name":"MichaelCurrin/rust-project-template","owner":"MichaelCurrin","description":"Starter template for a new Rust project - including docs and GH Actions CI 🦀 📦","archived":false,"fork":false,"pushed_at":"2024-07-17T14:27:20.000Z","size":141,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-08T03:36:44.864Z","etag":null,"topics":["base","quickstart","rust","starter","template"],"latest_commit_sha":null,"homepage":"https://michaelcurrin.github.io/rust-project-template","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/MichaelCurrin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2021-01-31T13:23:34.000Z","updated_at":"2024-07-17T14:27:25.000Z","dependencies_parsed_at":"2024-10-11T19:46:46.978Z","dependency_job_id":null,"html_url":"https://github.com/MichaelCurrin/rust-project-template","commit_stats":null,"previous_names":[],"tags_count":2,"template":true,"template_full_name":"MichaelCurrin/generic-project-template","purl":"pkg:github/MichaelCurrin/rust-project-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Frust-project-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Frust-project-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Frust-project-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Frust-project-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MichaelCurrin","download_url":"https://codeload.github.com/MichaelCurrin/rust-project-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Frust-project-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28223128,"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":"2026-01-06T02:00:07.049Z","response_time":56,"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":["base","quickstart","rust","starter","template"],"created_at":"2024-10-11T19:36:33.049Z","updated_at":"2026-01-06T07:05:15.835Z","avatar_url":"https://github.com/MichaelCurrin.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust Project Template \u003ca href=\"https://rustacean.net/\"\u003e\u003cimg src=\"https://rustacean.net/assets/rustacean-orig-noshadow.svg\" alt=\"https://rustacean.net/assets/rustacean-orig-noshadow.svg\" width=\"50\" /\u003e\u003c/a\u003e\n\u003e Starter template for a new Rust project - including docs and GH Actions CI\n\n\u003c!-- Badges generated with https://michaelcurrin.github.io/badge-generator/ --\u003e\n\n[![Rust CI](https://github.com/MichaelCurrin/rust-project-template/workflows/Rust%20CI/badge.svg)](https://github.com/MichaelCurrin/rust-project-template/actions/workflows/main.yml?query=workflow:\"Rust+CI\")\n[![GitHub tag](https://img.shields.io/github/tag/MichaelCurrin/rust-project-template?include_prereleases=\u0026sort=semver)](https://github.com/MichaelCurrin/rust-project-template/releases/)\n[![License](https://img.shields.io/badge/License-MIT-blue)](#license)\n\n[![Made with Rust](https://img.shields.io/badge/Rust-1-blue?logo=rust\u0026logoColor=white)](https://www.rust-lang.org/)\n\n\n\u003cdiv align=\"center\"\u003e\n\n\u003c!-- TODO: Remove the template badge in your copy. --\u003e\n[![Use this template](https://img.shields.io/badge/Generate-Use_this_template-2ea44f?style=for-the-badge\u0026logo=github)](https://github.com/MichaelCurrin/rust-project-template/generate)\n\n\u003c/div\u003e\n\n\n## Sample usage\n\n_TODO: Add just a few lines to show how to use your application._\n\n```sh\n$ make run\n```\n```\n134\nHeads!\nx is: 0.8058828276021345\nHello, World!\n```\n\n\n## Documentation\n\n\u003cdiv align=\"center\"\u003e\n\n[![View - Online docs](https://img.shields.io/badge/View-Online_docs-blue?style=for-the-badge)](https://michaelcurrin.github.io/rust-project-template/)\n\n\u003c/div\u003e\n\n\n## Resources\n\n- [Rust](https://michaelcurrin.github.io/dev-cheatsheets/cheatsheets/rust/) section of my Dev Cheatsheets - for a guide to CLI commands.\n- [Rust](https://michaelcurrin.github.io/dev-resources/resources/rust/) section of my Dev Resources.\n\n\n## License\n\nReleased under [MIT](/LICENSE) by [@MichaelCurrin](https://github.com/MichaelCurrin).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelcurrin%2Frust-project-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelcurrin%2Frust-project-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelcurrin%2Frust-project-template/lists"}