Skip to content

Conversation

@KodrAus
Copy link
Member

@KodrAus KodrAus commented Nov 1, 2021

Closes #514

Adds an optional implementation of the stable Arbitrary trait to Uuid so it can be used for fuzzing.

We always give you a valid V4 UUID from the input, unless there aren't enough bytes.

I've also streamlined some of our templates a bit, since I find myself removing most of the scaffolding when writing PRs and issues.

Copy link
Member

@kinggoesgaming kinggoesgaming left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than removing the mailing list (since you touched that file), everything looks good

@KodrAus
Copy link
Member Author

KodrAus commented Nov 1, 2021

Thanks for the review @kinggoesgaming! I've been hammering at these last mile stabilization tasks so have made a huge pile of basically unreviewable changes. I was going to open a PR that prepares for our 1.0.0-alpha release and lists everything out so we can review the whole end result.

@kinggoesgaming
Copy link
Member

Should be good!

@kinggoesgaming kinggoesgaming merged commit 7b55e32 into uuid-rs:main Nov 1, 2021
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.

impl Arbitrary for Uuid to enable easy integration of cargo-fuzz

2 participants