Android 12.0.0 release 26
Upgrade rust/crates/derive_arbitrary to 1.0.0 am: 3c01d4c6cb am: 4ef89d2795 am: 46c9ad5040

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

Change-Id: I053c6c5400f3fc763f6adc6453b2a2674582a0a6
tree: e00f7efab9f4fff7f4bb24bd4ca0ef7e0472662f
  1. src/
  2. .cargo_vcs_info.json
  3. Android.bp
  4. Cargo.toml
  5. Cargo.toml.orig
  6. LICENSE-APACHE
  7. LICENSE-MIT
  8. METADATA
  9. MODULE_LICENSE_APACHE2
  10. MODULE_LICENSE_MIT
  11. OWNERS
  12. 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.