| Crates.io | rust-template-example |
| lib.rs | rust-template-example |
| version | 0.1.5 |
| created_at | 2025-04-12 10:57:58.793436+00 |
| updated_at | 2025-11-13 07:16:50.182564+00 |
| description | An example showcasing the usage of https://github.com/PRO-2684/rust-template. |
| homepage | |
| repository | https://github.com/PRO-2684/rust-template-example |
| max_upload_size | |
| id | 1630811 |
| size | 8,063 |
An example showcasing the usage of https://github.com/PRO-2684/rust-template.
Create a new GitHub repository with the name rust-template-example and push this generated project to it.
Enable Actions for the repository, and grant "Read and write permissions" to the workflow here.
Generate an API token on crates.io, with the following setup:
Name: rust-template-exampleExpiration: No expirationScopes: publish-new, publish-updateCrates: rust-template-exampleAdd a repository secret named CARGO_TOKEN with the generated token as its value.
Consider removing this section and updating this README with your own project information.
Trusted Publishing is a recent feature added to crates.io. To utilize it, first make sure you've already successfully published the crate to crates.io. Then, follow these steps:
release.yml.release.yml.
publish-release job.trusted-publishing job.CARGO_TOKEN repository secret.binstallcargo binstall rust-template-example
Navigate to the Releases page and download respective binary for your platform. Make sure to give it execute permissions.
cargo install rust-template-example
TODO
TODO
TODO