Import derive_arbitrary crate

Bug: 147140513
Test: N/A
Change-Id: I652376b4bccb07b8b6f9b67e27f5482d3444d0f3
5 files changed
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.