#cargo #advent-of-code #aoc

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

#283 in Cargo plugins

39 downloads per month

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.2–1.8MB
~35K SLoC