Hacker News new | ask | show | jobs
Fuzz testing in Rust with cargo fuzz (medium.com)
4 points by kriztw 2951 days ago
1 comments

The Rust ecosystem and tooling is really something special. The community is doing a fantastic job, and the result is best-in-class tools for dependency management (Cargo), versioning (rustup), unit-tests and so much more. I don't have any experience with Cargo-fuzz, but this article makes me want to take it for a spin this weekend.