Add metadata files for derive_arbitrary.

Bug: 147140513
Test: mma
Change-Id: I91f8026d3a9e5e446bc453b6610f77b8e1ff0f86
8 files changed
tree: f7dfa9aee7a658b8fc582d5e5bf7e580d6e3ccdb
  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.