• Home
Name Date Size #Lines LOC

..--

src/04-Jul-2025-669553

.android-checksum.jsonD04-Jul-20251.2 KiB11

.cargo-checksum.jsonD04-Jul-2025777 11

Android.bpD04-Jul-2025939 3632

Cargo.tomlD04-Jul-20251.4 KiB6054

LICENSED04-Jul-202510.6 KiB202169

LICENSE-APACHED04-Jul-202510.6 KiB202169

METADATAD04-Jul-2025395 1817

MODULE_LICENSE_APACHE2D04-Jul-20250

README.mdD04-Jul-2025279 85

TEST_MAPPINGD04-Jul-2025100 87

cargo_embargo.jsonD04-Jul-202551 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