Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.7 KB

File metadata and controls

38 lines (26 loc) · 1.7 KB

rust-template title

Actions Status Latest version Documentation MSRV Lines of code MIT Contributor Covenant

Banner

TODO: Write a description

Usage

Add this to your Cargo.toml:

[dependencies]
rust-template = "0.0.0"
// A code example

Template usage

Warning

Delete this section after inheriting from the template. It only explains how to utilize and configure this template effectively.

Publishing strategy

The publish workflow relies on crates.io's Trusted Publishing to publish releases from GitHub Actions as soon as a tag is pushed. To set this up, ensure your repository has a release environment. After publishing an initial crate version to crates.io, add the repository as a Trusted Publisher using the publish.yaml filename and release environment for your GitHub repository.