Skip to content

Feature | Integration with the arbitrary crate #84

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

BenLeadbetter
Copy link

The Feature

Adds an optional feature to ux which will add integration with arbitrary.

When the feature is enabled (opt-in) the arbitrary::Arbitrary trait is implemented for all the types from ux. This allows ux types to be generated from raw, unstructured data, particularly useful in a fuzz testing context.

Ben Leadbetter added 2 commits May 6, 2025 13:49
Allow types from ux to be generated from raw, unstructured
data. Useful for use in a fuzz testing context.
@BenLeadbetter
Copy link
Author

Just spotted this PR implementing something similar. Seems to be a bit out of date, though.

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.

1 participant