We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6b05b commit 016470aCopy full SHA for 016470a
.justfile
@@ -0,0 +1,5 @@
1
+release:
2
+ cargo build --bins --release --target x86_64-unknown-linux-musl
3
+
4
+doc:
5
+ pandoc readme.md .local/* -o namespaces.pdf
doc.sh
0 commit comments