1 2 3 4 5 6 7 8 9 10
set windows-shell := ["powershell.exe", "-NoLogo", "-Command"] _default: @just --list --justfile {{justfile()}} build: cargo build clippy: cargo clippy --all-targets --all-features --tests --benches -- "-Dclippy::all" "-Dclippy::pedantic"