https://github.com/ithinuel/yaah-template
YAAH - Template project
https://github.com/ithinuel/yaah-template
cargo-generate
Last synced: about 1 year ago
JSON representation
YAAH - Template project
- Host: GitHub
- URL: https://github.com/ithinuel/yaah-template
- Owner: ithinuel
- License: apache-2.0
- Created: 2022-10-16T00:03:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-01T06:10:38.000Z (over 3 years ago)
- Last Synced: 2025-02-10T08:44:15.018Z (over 1 year ago)
- Topics: cargo-generate
- Language: Rust
- Homepage: https://crates.io/crates/yaah
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Advent of Code {{ year }} solutions
- Run the last solution with: `cargo run --release`
- Run all solutions with: `cargo run --release -- -a`
{% if with_benchmarks %}
- Run the benchmarks with: `cargo bench --bench aoc-bench`
{% endif %}