derive_arbitrary

Crates.ioderive_arbitrary
lib.rsderive_arbitrary
version1.4.1
sourcesrc
created_at2018-10-13 06:40:29.348245
updated_at2024-11-05 22:20:10.435225
descriptionDerives arbitrary traits
homepage
repositoryhttps://github.com/rust-fuzz/arbitrary
max_upload_size
id89540
size38,506
Manish Goregaokar (Manishearth)

documentation

https://docs.rs/arbitrary/

README

#[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.

Commit count: 375

cargo fmt