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

Add arbitrary::Arbitrary implementations for requests #56

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

robin-nitrokey
Copy link
Member

This makes it possible to use the requests in fuzzing. The implementations are behind an arbitrary feature. As arbitrary requires std, we also introduce a std feature. Both new features are disabled by default.

src/arbitrary.rs Show resolved Hide resolved
This makes it possible to use the requests in fuzzing.  The
implementations are behind an arbitrary feature.  As arbitrary requires
std, we also introduce a std feature.  Both new features are disabled by
default.
@robin-nitrokey robin-nitrokey merged commit 4c6a2cb into main Jun 27, 2024
10 checks passed
@robin-nitrokey robin-nitrokey deleted the arbitrary branch June 27, 2024 09:01
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 this pull request may close these issues.

3 participants