[automerger skipped] Empty merge of Android 24Q2 Release (ab/11526283) to aosp-main-future am: 2d5032d776 -s ours

am skip reason: Merged-In I24876cc44f6c719fd0f598cbf27a0cbb4f495cd0 with SHA-1 ac0d0a4818 is already in history

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

Change-Id: If0e4e574825cd3c2fe46aa83560ea5c30f5b8bad
Signed-off-by: Automerger Merge Worker <[email protected]>
tree: 50dd9d69e8ecfbde89a9b47ea68633160ff27553
  1. src/
  2. .cargo_vcs_info.json
  3. Android.bp
  4. Cargo.toml
  5. Cargo.toml.orig
  6. cargo_embargo.json
  7. LICENSE-APACHE
  8. LICENSE-MIT
  9. METADATA
  10. MODULE_LICENSE_APACHE2
  11. MODULE_LICENSE_MIT
  12. OWNERS
  13. README.md
  14. TEST_MAPPING
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.