#cargo #advent-of-code #aoc

bin+lib cargo-newaoc

一个便于创建 Advent of Code 解决方案 Rust 项目的程序

3 个版本

0.1.2 2023年12月10日
0.1.1 2023年12月10日
0.1.0 2023年12月10日

#363 in Cargo 插件

MIT 许可证

5KB
69

cargo-newaoc

一个便于创建 Advent of Code 解决方案 Rust 项目的程序

安装

使用 $ cargo install cargo-newaoc 安装

用法

运行 --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

依赖项

~1.2–1.8MB
~34K SLoC