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

Commits on Jun 27, 2024

  1. Add arbitrary::Arbitrary implementations for requests

    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 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    4c6a2cb View commit details
    Browse the repository at this point in the history