arbitrary 1.4.2

The trait for generating structured data from unstructured data
Documentation
1
2
3
4
5
// impl Arbitrary for Box<CStr> {
//     fn arbitrary(u: &mut Unstructured<'_>) -> Result<Self> {
//         <CString as Arbitrary>::arbitrary(u).map(|x| x.into_boxed_c_str())
//     }
// }