• Home
Name Date Size #Lines LOC

..--

src/03-May-2024-593495

.cargo_vcs_info.jsonD03-May-2024100 66

Android.bpD03-May-20241.8 KiB5753

Cargo.tomlD03-May-20241.3 KiB5347

Cargo.toml.origD03-May-2024847 2825

LICENSED03-May-202410.6 KiB202169

LICENSE-APACHED03-May-202410.6 KiB202169

LICENSE-MITD03-May-20241 KiB2823

METADATAD03-May-2024644 2422

MODULE_LICENSE_APACHE2D03-May-20240

MODULE_LICENSE_MITD03-May-20240

OWNERSD03-May-202440 21

README.mdD03-May-2024279 85

TEST_MAPPINGD03-May-2024157 98

cargo2android.jsonD03-May-202435 44

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