• Home
Name Date Size #Lines LOC

..--

src/03-May-2024-197167

.cargo_vcs_info.jsonD03-May-202474 65

Android.bpD03-May-20242 KiB5954

Cargo.tomlD03-May-20241.2 KiB3732

Cargo.toml.origD03-May-2024776 2724

LICENSED03-May-202410.6 KiB202169

LICENSE-APACHED03-May-202410.6 KiB202169

LICENSE-MITD03-May-20241 KiB2823

METADATAD03-May-2024395 2019

MODULE_LICENSE_APACHE2D03-May-20240

MODULE_LICENSE_MITD03-May-20240

OWNERSD03-May-202440 21

README.mdD03-May-2024279 85

README.md

1# `#[derive(Arbitrary)]`
2
3This crate implements support for automatically deriving [the `Arbitrary`
4trait](https://docs.rs/arbitrary/*/arbitrary/trait.Arbitrary.html).
5
6Don't depend on this crate directly, though. Instead, enable the `"derive"`
7feature of the `arbitrary` crate.
8