proptest-arbitrary 0.2.0

The Arbitrary trait for proptest and implementations for the standard library.
1
2
use std::panic::AssertUnwindSafe;
impl_wrap_gen!([] AssertUnwindSafe, AssertUnwindSafe);