/copier-rust

An opinionated Copier template for Rust projects

Primary LanguageJinjaMIT LicenseMIT

Rust project template

An opinionated Copier template for Rust projects.

Features

Quickstart

To install Copier, please follow the installation instructions here.

Then, to create a new project based on this template, run:

copier copy --trust 'https://github.com/vivienm/copier-rust' path/to/your/project

and fill in the form.

You may want to update the dependencies to their latest versions (in a distinct commit, to prevent conflicts when updating the template):

cargo upgrade --incompatible --recursive

To update an existing project based on this template, run:

copier update --skip-answered --trust