proptest-arbitrary 0.2.0

The Arbitrary trait for proptest and implementations for the standard library.
1
2
//! Arbitrary for `Box<A>`.
impl_wrap_from!([] Box);