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