This repo serves as a template for rust projects in the Robinson Group of the BIH.
To the top right-hand side of this repository, you will find a button
labeled Create a new repository. This
will copy the contents of the repository to your account.
The CI uses nexttest, rustfmt and clippy to test, format and lint your code.
The Template features a Github Action to publish to crates.io. To use this
- Create a Github token at https://github.com/settings/tokens
- Then store the token as
PERSONLA_TOKENin your repository secrets. - Go to crates.io, create an account, if you haven't already, and create a API Token.
- Add that token also to your repository secrets as
CARGO_REGISTRY_TOKEN
You can run the release pipeline manually in the actions tab:

The action will publish to crates.io, create a github release and open a PR to bump to your new version.
This project is licensed under MIT.
