Artisan-Lab / RAP

Rust Analysis Platform
39 stars 14 forks source link

feat: forward cargo-check arguments; refactor cargo-rap #65

Closed zjp-CN closed 1 month ago

zjp-CN commented 1 month ago
cargo rap [rap options] -- [cargo check options]

e.g.
1. detect use-after-free and memory leak for a riscv target:
   cargo rap -F -M -- --target riscv64gc-unknown-none-elf
2. detect use-after-free and memory leak for tests:
   cargo rap -F -M -- --tests
3. detect use-after-free and memory leak for all members:
   cargo rap -F -M -- --workspace

Marjor changes:

Internal changes: