proptest-arbitrary 0.2.0

The Arbitrary trait for proptest and implementations for the standard library.
1
2
3
4
5
6
7
//! Arbitrary implementations for `std::convert`.

#[cfg(feature = "nightly")]
use std::convert::Infallible;

#[cfg(feature = "nightly")]
gen_strat!(Infallible, || panic!());