Skip to content

Arbitrary data #22

@nagisa

Description

@nagisa

Might be nice to have have something similar to quickcheck’s Arbitrary trait, so instead of always taking &[u8], we could make it take anything that implements some Arbitrary trait and provide a number of impls for such trait. (e.g. to fuzz with a String, to fuzz with an array of numbers of some type, to fuzz with something else)

Here the original &[u8] would be used as a source of “randomness”.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions