Skip to content

Template for a generic rust project hosted on GitHub

Notifications You must be signed in to change notification settings

AntoniosBarotsis/template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Rust Github Template

A template for cargo generate that aims to be a starting point suitable for the vast majority of rust projects that will be hosted on GitHub.

See the project website.

Changes in this fork

Usage

Here are my configs:

# ~/.cargo/cargo-generate.toml
[favorites.demo]
git = "https://github.com/AntoniosBarotsis/template"
vcs = "Git"
init = false
overwrite = true

# ~/.cargo/config.toml
[alias]
gen = "generate demo"

Usage: cargo gen

About

Template for a generic rust project hosted on GitHub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%