1//! Implementations of [`Arbitrary`] for foreign types. 2//! 3//! [`Arbitrary`]: crate::Arbitrary 4 5mod alloc; 6mod core; 7mod std;