Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tranzystorekk/cookiecutter-rust-aoc
- Owner: tranzystorekk
- Created: 2020-05-25T21:20:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-17T13:04:22.000Z (about 1 year ago)
- Last Synced: 2023-10-28T06:24:44.672Z (about 1 year ago)
- Topics: advent-of-code, cookiecutter-template, rust
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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