A template for developing Rust projects, with sensible defaults.
Click the Use this template
button at the top of the page to
create a new repository with this repo as the initial state.
This template comes with sensible default configurations in the following files:
├── .editorconfig
├── .gitignore
├── .prettierrc.yml
├── Cargo.toml
└── rustfmt.toml
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.
See The Rust Book and The Cargo Book.
This project is licensed under MIT.