Crates.io | derive_arbitrary |
lib.rs | derive_arbitrary |
version | 1.4.1 |
source | src |
created_at | 2018-10-13 06:40:29.348245 |
updated_at | 2024-11-05 22:20:10.435225 |
description | Derives arbitrary traits |
homepage | |
repository | https://github.com/rust-fuzz/arbitrary |
max_upload_size | |
id | 89540 |
size | 38,506 |
#[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.