Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tranzystorekk/cookiecutter-rust-aoc

A cookiecutter template for a repository with Advent of Code solutions in Rust
https://github.com/tranzystorekk/cookiecutter-rust-aoc

advent-of-code cookiecutter-template rust

Last synced: 21 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Cookiecutter for Advent of Code in Rust

## About

Cookiecutter template for an [Advent of Code](https://adventofcode.com/) 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