Upgrade rust/crates/derive_arbitrary to 1.0.1 am: c4bbfa8836 am: b95fbe627c am: 312286a0de am: d279c1d28c

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

Change-Id: Ic6efbe97b84920728dc12e2befe8fe317f485aab
tree: 9cc5e8c8568a737ac9edbc15b2c41e5c0a2ca327
  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.