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 optional arbitrary support #269

Closed
wants to merge 1 commit into from
Closed

Conversation

jyn514
Copy link

@jyn514 jyn514 commented Jun 29, 2023

arbitrary is a crate for structure-aware fuzz testing. Implementing Arbitrary for dashmap makes it easier to do structure-aware fuzzing of crates and structs that contain a Dashmap.

Smallvec already does something similar: https://docs.rs/crate/smallvec/latest/source/src/arbitrary.rs
so as a result this can't be added directly to arbitrary because it causes a cyclic dependency (arbitrary -> dashmap -> smallvec -> arbitrary).

`arbitrary` is a crate for structure-aware fuzz testing. Implementing
`Arbitrary` for dashmap makes it easier to do structure-aware fuzzing of
crates and structs that contain a Dashmap.
@xacrimon
Copy link
Owner

replaced

@jyn514 jyn514 deleted the arbitrary branch July 12, 2023 12:56
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.

2 participants