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 92113be commit 7598006Copy full SHA for 7598006
bin/check
@@ -0,0 +1,3 @@
1
+#!/bin/bash
2
+
3
+cargo test
bin/fastcheck
@@ -0,0 +1,4 @@
+cargo clippy --fix --allow-dirty
4
+cargo fmt --all -- --check
bin/run_client
+cargo run --bin client "$@"
bin/run_server
+cargo run --bin server "$@"
0 commit comments