Toy project to learn about static code analysis in rust
- Build with:
cargo build - Test with:
cargo testor continuously usingcargo watch -x check -x test - Run with:
cargo runor continuously usingcargo watch -x 'run -- --some-arg'
Note:
To use cargo watch you need to install it using cargo install cargo-watch.