You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nutype already partially supports Arbitrary.
I think, it could be possible relatively cheaply implement Fake trait through Arbitrary. On other hand in that case Arbitrary would be mandatory.
I need some time to think about it.
fake-rs
allows you to generate fakers for newtypes:But of course, it doesn't work with
nutype
. So it would be nice if it can integrate with it.The text was updated successfully, but these errors were encountered: