From fdc51322e0741613716c6ddcef8964eb7b1ba0d4 Mon Sep 17 00:00:00 2001 From: maneatingape <44142177+maneatingape@users.noreply.github.com> Date: Fri, 27 Dec 2024 23:22:40 +0000 Subject: [PATCH] Just commands --- justfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 justfile diff --git a/justfile b/justfile new file mode 100644 index 0000000..3af21be --- /dev/null +++ b/justfile @@ -0,0 +1,6 @@ +lint: + cargo fmt -- **/*.rs + cargo clippy --all-targets --all-features + +docs: + cargo doc --document-private-items --open