A Cookiecutter project template for Rust projects
You need to install cookiecutter to use it:
pip install cookiecutter
Usage:
$ cookiecutter https://github.com/John15321/cookiecutter-krabby-patty
This template configures:
- CI jobs for
- Formatting check
- Linting check
- Builds on
ubuntu
,macos
,windows
each withstable
,beta
,nightly
,toolchains
- Tests on
ubuntu
,macos
,windows
each withstable
,beta
,nightly
,toolchains
- Checking package integrity and pubirsh dry-run
Makefile.toml
using cargo-make- Choose a license
- README badges
- Dependency license check using cargo-deny
- Dependency vulnurabilities audit using cargo-audit