This commit is contained in:
Chris Cochrun 2024-11-04 15:02:59 -06:00
parent e4d171667f
commit 25a451e23e
10 changed files with 1072 additions and 0 deletions

8
justfile Normal file
View file

@ -0,0 +1,8 @@
default:
just --list
build:
RUST_LOG=Debug cargo build
run:
RUST_LOG=Debug cargo run
test:
RUST_LOG=debug cargo test --benches --tests --all-features -- --nocapture