1 2 3 4 5 6 7 8 9 10 11 12 13 14
run: cargo run watch: watchexec --notify -r -- cargo run test: watchexec --notify -r -- cargo test doc: cargo doc && python3 -m http.server 1989 --directory target/doc example: watchexec --notify -r -- cargo run --example simple