diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..7790af0 --- /dev/null +++ b/Justfile @@ -0,0 +1,5 @@ +check: + cargo fmt --all + cargo test --features complete + cargo clippy --all-targets --features complete --workspace -- -D warnings + cargo doc