proptest-arbitrary 0.2.2

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

// No sensible Arbitrary impl exists for void-like types like
// std::convert::Infallible.
//
// Auto-deriving should take care to simply not include such
// types in generation instead!