PaulRBerg / rust-template

A template for developing Rust projects, with sensible defaults

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust Template Github Actions License: MIT

A template for developing Rust projects, with sensible defaults.

Getting Started

Click the Use this template button at the top of the page to create a new repository with this repo as the initial state.

Features

Sensible Defaults

This template comes with sensible default configurations in the following files:

├── .editorconfig
├── .gitignore
├── .prettierrc.yml
├── Cargo.toml
└── rustfmt.toml

GitHub Actions

This template comes with GitHub Actions pre-configured. Your code will be linted and tested on every push and pull request made to the main branch.

You can edit the CI script in .github/workflows/ci.yml.

Usage

See The Rust Book and The Cargo Book.

License

This project is licensed under MIT.

About

A template for developing Rust projects, with sensible defaults

License:MIT License


Languages

Language:Rust 100.0%