https://github.com/sam-atkins/aoc-rust-template
Advent of Code Rust template
https://github.com/sam-atkins/aoc-rust-template
cargo-generate rust rust-lang
Last synced: 4 months ago
JSON representation
Advent of Code Rust template
- Host: GitHub
- URL: https://github.com/sam-atkins/aoc-rust-template
- Owner: sam-atkins
- Created: 2023-12-18T21:39:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T10:20:34.000Z (over 2 years ago)
- Last Synced: 2024-01-25T22:59:14.802Z (over 2 years ago)
- Topics: cargo-generate, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-TPL.md
Awesome Lists containing this project
README
# AOC {{ year }} Rust
## Commands
Commands are available via [Taskfile](https://taskfile.dev/#/)
To see all available commands run:
```bash
task --list
```
To see help information for a specific command run:
```bash
task {command} --summary
```
## Setup
Set the browser `BROWSER` variable in the Taskfile.
Login to https://adventofcode.com so a cookie is set in your browser. The cookie is used to download your input.
For running the various task commands, you will need:
- [Task](https://taskfile.dev/installation/)
- [cargo watch](https://github.com/watchexec/cargo-watch)
- [hyperfine for benchmarking](https://github.com/sharkdp/hyperfine)