Skip to content

vivienm/copier-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

104 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 'https://github.com/vivienm/copier-rust' path/to/your/project

and fill in the form.

Go to the project directory, update the dependencies and format the code:

cargo upgrade --recursive
cargo fmt

Run the tests:

just ci

You are now ready to start coding!

Later on, if this template evolves and you want to update your project, run:

copier update --skip-answered

About

An opinionated Copier template for Rust projects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages