Mozilla/cargo-vet – supply-chain security for Rust
supply-chain security for Rust. Contribute to mozilla/cargo-vet development by creating an account on GitHub. (more…)
Read more »Robustness is a key concern for Rust library development because Rust
promises no risks of undefined behaviors if developers use safe APIs only.
Fuzzing is a practical approach for examining the robustness of programs.
However, existing fuzzing tools are … Read more