1 2 3 4 5 6 7 8
#!/usr/bin/env bash set -e cargo watch -w src \ -x "test --lib" \ -x "test --doc" \ -x clippy \ -x "fmt -- --write-mode=diff"