tree: fdebd27126929d215672fce94d454727bccf2f9a [path history] [tgz]
  1. src/
  2. .android-checksum.json
  3. .cargo-checksum.json
  4. Android.bp
  5. Cargo.lock
  6. Cargo.toml
  7. cargo_embargo.json
  8. LICENSE-APACHE
  9. METADATA
  10. MODULE_LICENSE_APACHE2
  11. README.md
  12. TEST_MAPPING
crates/derive_arbitrary/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.