proptest-arbitrary 0.2.0

The Arbitrary trait for proptest and implementations for the standard library.
1
2
3
use std::rc::Rc;
impl_wrap_from!([] Rc);
// Weak would always give None on upgrade since there's no owned Rc.