arbitrary 1.4.2

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

mod collections;
mod ffi;
mod net;
mod path;
mod sync;