diff --git a/rustfmt.sh b/rustfmt.sh new file mode 100755 index 0000000..56ba329 --- /dev/null +++ b/rustfmt.sh @@ -0,0 +1,2 @@ +#!/bin/bash +find src -type f -name '*.rs' -exec rustfmt {} +