{"id":44437996,"url":"https://github.com/gifnksm/rust-template","last_synced_at":"2026-02-12T14:24:39.536Z","repository":{"id":50594931,"uuid":"519520238","full_name":"gifnksm/rust-template","owner":"gifnksm","description":"Generic Rust project template for cargo-generate","archived":false,"fork":false,"pushed_at":"2026-01-31T09:40:11.000Z","size":3683,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-31T22:24:02.013Z","etag":null,"topics":["cargo-generate","rust-template"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gifnksm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"2022-07-30T13:12:50.000Z","updated_at":"2026-01-31T09:40:14.000Z","dependencies_parsed_at":"2023-01-30T23:01:28.203Z","dependency_job_id":"f55f2212-5c00-44ee-8f35-38631b064298","html_url":"https://github.com/gifnksm/rust-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gifnksm/rust-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gifnksm%2Frust-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gifnksm%2Frust-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gifnksm%2Frust-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gifnksm%2Frust-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gifnksm","download_url":"https://codeload.github.com/gifnksm/rust-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gifnksm%2Frust-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29368504,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cargo-generate","rust-template"],"created_at":"2026-02-12T14:24:38.824Z","updated_at":"2026-02-12T14:24:39.531Z","avatar_url":"https://github.com/gifnksm.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust Template\n\nGeneric Rust project template for [cargo-generate].\n\nHere's an example of using this template with cargo-generate.\n![demo](demo.apng)\n\nExample projects generated by this template are available:\n\n* bin crate: [gifnksm/rust-template-generated-bin](https://github.com/gifnksm/rust-template-generated-bin)\n* lib crate: [gifnksm/rust-template-generated-lib](https://github.com/gifnksm/rust-template-generated-lib)\n\n[cargo-generate]: https://github.com/cargo-generate/cargo-generate\n\n## Template contents\n\n### GitHub Integration\n\n* [dependabot](./template/.github/dependabot.yml)\n* [security checks](./template/.github/workflows/audit.yml)\n* [continuous integration](./template/.github/workflows/ci.yml)\n  * cargo test (stable toolchain and MSRV toolchain)\n  * cargo build (stable toolchain and MSRV toolchain)\n  * rustfmt\n  * clippy\n  * rustdoc\n  * publish-dry-run\n  * code coverage ([codecov.io])\n* [continuous delivery](./template/.github/workflows/cd.yml)\n  * publish pre-built binary for Linux, macOS, and Windows (bin crate only)\n* [issue template](./template/.github/ISSUE_TEMPLATE/)\n* [pull request template](./template/.github/PULL_REQUEST_TEMPLATE.md)\n\n[codecov.io]: https://about.codecov.io/\n\n### Documentation\n\n* install instructions (bin crate only)\n* usage instructions (lib crate only)\n* README badges\n  * maintenance status\n  * license\n  * crates.io\n  * docs.rs\n  * MSRV\n  * GitHub Actions CI status\n  * code coverage\n* liceneses ([MIT](./template/LICENSE-MIT) or [Apache-2.0](./template/LICENSE-APACHE))\n* [changelog](./template/CHANGELOG.md)\n* [contributing guideline](./template/CONTRIBUTING.md)\n* [code of conduct](./template/CODE_OF_CONDUCT.md)\n\n## Usage\n\n## Setup\n\n1. Install `cargo-generate`\n\n    ```console\n    cargo instlal cargo-generate\n    ````\n\n2. Generate your project with this template\n\n    * For bin crate:\n\n      ```console\n      cargo generate --git https://github.com/gifnksm/rust-template.git --bin\n      ````\n\n    * For lib crate:\n\n      ```console\n      cargo generate --git https://github.com/gifnksm/rust-template.git --lib\n      ````\n\n3. Setup GitHub repository\n    * Create an empty repository on GitHub\n    * Push your project to GitHub\n\n## Release\n\n1. Install `cargo-release`\n\n    ```console\n    cargo install cargo-release\n    ```\n\n2. Run `cargo-release` (dry-run)\n\n    ```console\n    cargo release \u003crelease\u003e -vv\n    ```\n\n    You should check the released version and changelog updates.\n\n3. Run `cargo-release` again (execute)\n\n    ```console\n    cargo release \u003crelease\u003e -vv --execute\n    ```\n\n4. Wait for GitHub Actions to finish the release process\n\n5. Update a release on GitHub\n\n## Original\n\nThis repository borrows many components from [rust-github/template].\n\n[rust-github/template]: https://github.com/rust-github/template\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgifnksm%2Frust-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgifnksm%2Frust-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgifnksm%2Frust-template/lists"}