The templates that I use to create a Rust repo with boilerplate pre-configured.
To use this template, install cargo-generate.
cargo install cargo-generate
cargo generate --git https://github.com/IzawGithub/template_rustThe Just command runner is used to setup common commands used by a project. You can see a list of available commands with:
# Install Just first, using your prefered method
just --listYou can auto-generate a changelog based on conventional commits using git-cliff.
If your project is hosted on Github, you need to update the cliff.toml file
owner and repo fields.
Apache2 or MIT license, at your option.