/rust-template

A straightforward Rust template design for optimal use with Cargo Clippy and Cargo Fmt.

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Contributors Forks Stargazers Issues License


Logo

Simple Rust Template


This is an example of a simple Rust template.
Using this template will result in better and more conventional code!


Features

  • Optimized settings for Cargo Clippy
  • A well-configured Cargo Fmt setup
  • Great README.md

How to use

Follow these steps:

Update the Cargo.toml file with your project details, including the name, description, repository link, and author(s).

Update the README.md with our informations.

Once you have completed the previous steps, you are now prepared to begin coding.