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