Crates.io | derive_arbitrary |
lib.rs | derive_arbitrary |
version | 1.4.2 |
created_at | 2018-10-13 06:40:29.348245+00 |
updated_at | 2025-08-14 18:20:00.920961+00 |
description | Derives arbitrary traits |
homepage | |
repository | https://github.com/rust-fuzz/arbitrary |
max_upload_size | |
id | 89540 |
size | 41,643 |
#[derive(Arbitrary)]
This crate implements support for automatically deriving the Arbitrary
trait.
Don't depend on this crate directly, though. Instead, enable the "derive"
feature of the arbitrary
crate.