Import derive_arbitrary crate am: ec882855e1 am: bba628ca8e am: cddedb5344

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/derive_arbitrary/+/1508900

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ic98eb88b422d65999b296e65f86d721a72425993
tree: 09459d86ffc603f934fb8a121332e61575b26308
  1. src/
  2. .cargo_vcs_info.json
  3. Cargo.toml
  4. Cargo.toml.orig
  5. README.md
README.md

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