{"id":50802299,"url":"https://github.com/seedcase-project/template-rs","last_synced_at":"2026-06-12T21:30:50.110Z","repository":{"id":362656482,"uuid":"1257491289","full_name":"seedcase-project/template-rs","owner":"seedcase-project","description":"A Copier template for Rust packages","archived":false,"fork":false,"pushed_at":"2026-06-05T09:42:37.000Z","size":966,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-05T12:05:04.446Z","etag":null,"topics":["copier-template","rust-template","template"],"latest_commit_sha":null,"homepage":"https://template-rs.seedcase-project.org","language":"Jinja","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/seedcase-project.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":".github/CODEOWNERS","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":"2026-06-02T18:21:14.000Z","updated_at":"2026-06-05T09:42:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/seedcase-project/template-rs","commit_stats":null,"previous_names":["seedcase-project/template-rs"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/seedcase-project/template-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seedcase-project%2Ftemplate-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seedcase-project%2Ftemplate-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seedcase-project%2Ftemplate-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seedcase-project%2Ftemplate-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seedcase-project","download_url":"https://codeload.github.com/seedcase-project/template-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seedcase-project%2Ftemplate-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34263866,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"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":["copier-template","rust-template","template"],"created_at":"2026-06-12T21:30:49.047Z","updated_at":"2026-06-12T21:30:50.095Z","avatar_url":"https://github.com/seedcase-project.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# template-rs: An opinionated template for building Rust packages\n\n\u003c!-- TODO: Add DOI when published --\u003e\n\n[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-teal.json?raw=true.svg)](https://github.com/copier-org/copier)\n[![GitHub\nLicense](https://img.shields.io/github/license/seedcase-project/template-rs.svg)](https://github.com/seedcase-project/template-rs/blob/main/LICENSE.md)\n[![GitHub\nRelease](https://img.shields.io/github/v/release/seedcase-project/template-rs.svg)](https://github.com/seedcase-project/template-rs/releases/latest)\n[![Checks](https://github.com/seedcase-project/template-rs/actions/workflows/checks.yml/badge.svg)](https://github.com/seedcase-project/template-rs/actions/workflows/checks.yml)\n[![Build\nwebsite](https://github.com/seedcase-project/template-rs/actions/workflows/build-website.yml/badge.svg)](https://github.com/seedcase-project/template-rs/actions/workflows/build-website.yml)\n[![CodeQL](https://github.com/seedcase-project/template-rs/actions/workflows/github-code-scanning/codeql/badge.svg?branch=main)](https://github.com/seedcase-project/template-rs/actions/workflows/github-code-scanning/codeql)\n[![pre-commit.ci\nstatus](https://results.pre-commit.ci/badge/github/seedcase-project/template-rs/main.svg)](https://results.pre-commit.ci/latest/github/seedcase-project/template-rs/main)\n[![lifecycle](https://lifecycle.r-lib.org/articles/figures/lifecycle-experimental.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)\n[![Project Status: WIP – Initial development is in progress, but there\nhas not yet been a stable, usable release suitable for the\npublic.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)\n\u003c!-- TODO: Switch to active once it's published. --\u003e\n\u003c!-- [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) --\u003e\n\nThis repository contains a\n[Copier](https://copier.readthedocs.io/en/stable/) template for setting\nup a new repository for a Rust package. We made template-rs because we\nmanage and develop Rust packages in Seedcase, and this template is\ndesigned to make it easier to create, develop, and maintain those\npackages.\n\nCheck out our [website](https://template-rs.seedcase-project.org) for\nmore information, such as the features it provides and a\n[guide](https://template-rs.seedcase-project.org/docs/guide) to using\nthe template. For a list of changes, see our [changelog](CHANGELOG.md)\npage.\n\n\u003e [!TIP]\n\u003e\n\u003e This template repository was generated from the\n\u003e [t-squared](https://github.com/seedcase-project/t-squared) Seedcase\n\u003e template :tada:\n\n## Contributing\n\nCheck out our [contributing page](CONTRIBUTING.md) for information on\nhow to contribute to the project, including how to set up your\ndevelopment environment.\n\nPlease note that this project is released with a [Contributor Code of\nConduct](CODE_OF_CONDUCT.md). By participating in this project you agree\nto abide by its terms.\n\n## Licensing\n\nThis project is licensed under the [MIT License](LICENSE.md).\n\n## Citing\n\nIf you use this project in your work, please cite it as follows:\n\nJohnston L.W. template-rs: An opinionated and comprehensive template for\nbuilding Rust packages URL: https://template-rs.seedcase-project.org/\n\nOr as a BibTeX entry:\n\n    @misc{YourReferenceHere,\n    author = {Johnston, Luke William},\n    title = {template-rs: An opinionated and comprehensive template for building Rust packages},\n    url = {https://template-rs.seedcase-project.org/}\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseedcase-project%2Ftemplate-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseedcase-project%2Ftemplate-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseedcase-project%2Ftemplate-rs/lists"}