proptest-arbitrary 0.2.0

The Arbitrary trait for proptest and implementations for the standard library.
1
2
3
4
5
use std::path::*;

// TODO: Figure out PathBuf and then Box/Rc/Box<Path>.

impl_just!(StripPrefixError, Path::new("").strip_prefix("a").unwrap_err());