Skip to content
New issue

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

Implement Arbitrary optionally #215

Closed
kvark opened this issue Jan 13, 2022 · 0 comments · Fixed by #246
Closed

Implement Arbitrary optionally #215

kvark opened this issue Jan 13, 2022 · 0 comments · Fixed by #246

Comments

@kvark
Copy link

kvark commented Jan 13, 2022

Types of this crate are containers, which can be used in a variety of software. Some of that software needs to be fuzzed, and it's very convenient to do so via Arbitrary auto-derives. The particular example is https://github.com/gfx-rs/naga. We can work around this, but the suggestion still stands. It could be an optional dependency on arbitrary crate that derives that trait.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant