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