https://github.com/seedcase-project/template-rs
A Copier template for Rust packages
https://github.com/seedcase-project/template-rs
copier-template rust-template template
Last synced: 15 days ago
JSON representation
A Copier template for Rust packages
- Host: GitHub
- URL: https://github.com/seedcase-project/template-rs
- Owner: seedcase-project
- License: mit
- Created: 2026-06-02T18:21:14.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2026-06-05T09:42:37.000Z (22 days ago)
- Last Synced: 2026-06-05T12:05:04.446Z (22 days ago)
- Topics: copier-template, rust-template, template
- Language: Jinja
- Homepage: https://template-rs.seedcase-project.org
- Size: 943 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# template-rs: An opinionated template for building Rust packages
[](https://github.com/copier-org/copier)
[](https://github.com/seedcase-project/template-rs/blob/main/LICENSE.md)
[](https://github.com/seedcase-project/template-rs/releases/latest)
[](https://github.com/seedcase-project/template-rs/actions/workflows/checks.yml)
[](https://github.com/seedcase-project/template-rs/actions/workflows/build-website.yml)
[](https://github.com/seedcase-project/template-rs/actions/workflows/github-code-scanning/codeql)
[](https://results.pre-commit.ci/latest/github/seedcase-project/template-rs/main)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://www.repostatus.org/#wip)
This repository contains a
[Copier](https://copier.readthedocs.io/en/stable/) template for setting
up a new repository for a Rust package. We made template-rs because we
manage and develop Rust packages in Seedcase, and this template is
designed to make it easier to create, develop, and maintain those
packages.
Check out our [website](https://template-rs.seedcase-project.org) for
more information, such as the features it provides and a
[guide](https://template-rs.seedcase-project.org/docs/guide) to using
the template. For a list of changes, see our [changelog](CHANGELOG.md)
page.
> [!TIP]
>
> This template repository was generated from the
> [t-squared](https://github.com/seedcase-project/t-squared) Seedcase
> template :tada:
## Contributing
Check out our [contributing page](CONTRIBUTING.md) for information on
how to contribute to the project, including how to set up your
development environment.
Please note that this project is released with a [Contributor Code of
Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree
to abide by its terms.
## Licensing
This project is licensed under the [MIT License](LICENSE.md).
## Citing
If you use this project in your work, please cite it as follows:
Johnston L.W. template-rs: An opinionated and comprehensive template for
building Rust packages URL: https://template-rs.seedcase-project.org/
Or as a BibTeX entry:
@misc{YourReferenceHere,
author = {Johnston, Luke William},
title = {template-rs: An opinionated and comprehensive template for building Rust packages},
url = {https://template-rs.seedcase-project.org/}
}