rust-template-example

Crates.iorust-template-example
lib.rsrust-template-example
version0.1.4
created_at2025-04-12 10:57:58.793436+00
updated_at2025-04-19 11:49:56.237293+00
descriptionAn example showcasing the usage of https://github.com/PRO-2684/rust-template.
homepage
repositoryhttps://github.com/PRO-2684/rust-template-example
max_upload_size
id1630811
size7,321
PRO (PRO-2684)

documentation

README

rust-template-example

GitHub License GitHub Workflow Status GitHub Release GitHub Downloads (all assets, all releases) Crates.io Version Crates.io Total Downloads docs.rs

An example showcasing the usage of https://github.com/PRO-2684/rust-template.

⚙️ Automatic Releases Setup

  1. Create a new GitHub repository with the name rust-template-example and push this generated project to it.

  2. Enable Actions for the repository, and grant "Read and write permissions" to the workflow here.

  3. Generate an API token on crates.io, with the following setup:

    • Name: rust-template-example
    • Expiration: No expiration
    • Scopes: publish-new, publish-update
    • Crates: rust-template-example
  4. Add a repository secret named CARGO_TOKEN with the generated token as its value.

  5. Consider removing this section and updating this README with your own project information.

📥 Installation

Using binstall

cargo binstall rust-template-example

Downloading from Releases

Navigate to the Releases page and download respective binary for your platform. Make sure to give it execute permissions.

Compiling from Source

cargo install rust-template-example

💡 Examples

TODO

📖 Usage

TODO

🎉 Credits

TODO

Commit count: 6

cargo fmt