Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 348 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 348 Bytes

phasar-rs

Toy project to learn about static code analysis in rust

  • Build with: cargo build
  • Test with: cargo test or continuously using cargo watch -x check -x test
  • Run with: cargo run or continuously using cargo watch -x 'run -- --some-arg'

Note: To use cargo watch you need to install it using cargo install cargo-watch.