# derive_arbitrary **Repository Path**: mirrors_android_googlesource/derive_arbitrary ## Basic Information - **Project Name**: derive_arbitrary - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2025-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # `#[derive(Arbitrary)]` This crate implements support for automatically deriving [the `Arbitrary` trait](https://docs.rs/arbitrary/*/arbitrary/trait.Arbitrary.html). Don't depend on this crate directly, though. Instead, enable the `"derive"` feature of the `arbitrary` crate.