We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca1bf8 commit 84c065cCopy full SHA for 84c065c
justfile
@@ -0,0 +1,11 @@
1
+fmt:
2
+ cargo +nightly fmt
3
+
4
+clippy:
5
+ cargo +nightly clippy --all-targets --all-features
6
7
+build:
8
+ cargo build
9
10
+test:
11
+ cargo nextest run
0 commit comments