1//! Implementations of [`Arbitrary`] for [`std`] types, 2//! excluding those in [`core`] and [`alloc`]. 3//! 4//! [`Arbitrary`]: crate::Arbitrary 5 6mod collections; 7mod ffi; 8mod net; 9mod path; 10mod sync;