Live data from Hacker News

Fuzz testing in Rust with cargo fuzz

medium.com

1–2 of 2 posts

Re: Fuzz testing in Rust with cargo fuzz

#2
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.