CoCoSol007 / rust-template

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%