proptest-arbitrary 0.2.2

The Arbitrary trait for proptest and implementations for the standard library.
Documentation
//! Arbitrary implementations for `std::boxed`.

wrap_from!(Box);

#[cfg(test)]
mod test {
    no_panic_test!(boxed => Box<u8>);
}