An open API service indexing awesome lists of open source software.

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

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 %}