proptest-arbitrary 0.2.0

The Arbitrary trait for proptest and implementations for the standard library.
1
2
use std::fmt::Error;
impl_just!(Error, Error);