#advent-of-code #aoc #cargo

bin+lib cargo-newaoc

A program that facilitates creating Rust projects for Advent of Code solutions

3 releases

0.1.2 Dec 10, 2023
0.1.1 Dec 10, 2023
0.1.0 Dec 10, 2023

#411 in Cargo plugins

MIT license

5KB
69 lines

cargo-newaoc

A program that facilitates creating Rust projects for Advent of Code solutions

Installation

Install with $ cargo install cargo-newaoc

Usage

Running with --help;

A program that facilitates creating Rust projects for Advent of Code solutions

Usage: cargo-newaoc <NAME>

Arguments:
  <NAME>  Name of the project (will be run with `cargo new`)

Options:
  -h, --help  Print help

Dependencies

~1.1–1.7MB
~32K SLoC