arbitrary 1.4.2

The trait for generating structured data from unstructured data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Implementations of [`Arbitrary`] for [`alloc`] types,
//!   excluding those in [`core`].
//!
//! [`Arbitrary`]: crate::Arbitrary

mod borrow;
mod boxed;
mod collections;
mod ffi;
mod rc;
mod string;
mod sync;
mod vec;