๐Ÿ“ฆ tranzystorekk / cookiecutter-rust-aoc

A cookiecutter template for a repository with Advent of Code solutions in Rust

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
advent-of-codecookiecutter-templaterust
๐Ÿ“ฅ Clone https://github.com/tranzystorekk/cookiecutter-rust-aoc.git
HTTPS git clone https://github.com/tranzystorekk/cookiecutter-rust-aoc.git
SSH git clone git@github.com:tranzystorekk/cookiecutter-rust-aoc.git
CLI gh repo clone tranzystorekk/cookiecutter-rust-aoc
Marcin Puc Marcin Puc Bump default dependency versions 989fd98 2 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ hooks
๐Ÿ“„ cookiecutter.json
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Cookiecutter for Advent of Code in Rust

About

Cookiecutter template for an Advent of Code solution project in Rust.

Features

  • An automatically ignored input directory with a .gitkeep file, for storing solution inputs
  • An already set-up cargo project
Batteries included: aoc-utils and itertools* crates as dependencies

Parameters

  • project_slug - project name [aoc-rust]
  • name - author name
  • email - author email
  • aoc_utils_version - version of the aoc-utils crate
  • itertools_version - version of the itertools crate