We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce fuzzing into Javy
Check out https://rust-fuzz.github.io/book/cargo-fuzz.html to start
It could help us be more confident in our changes and to prevent any regression.
The text was updated successfully, but these errors were encountered:
The initial skeleton for the fuzzing infrastructure was introduced in #699. I'll go ahead and close this issue.
Sorry, something went wrong.
No branches or pull requests
What is the idea?
Introduce fuzzing into Javy
Check out https://rust-fuzz.github.io/book/cargo-fuzz.html to start
What problem does it solve?
It could help us be more confident in our changes and to prevent any regression.
The text was updated successfully, but these errors were encountered: