1# `#[derive(Arbitrary)]`
23This crate implements support for automatically deriving [the `Arbitrary`
4trait](https://docs.rs/arbitrary/*/arbitrary/trait.Arbitrary.html).
56Don't depend on this crate directly, though. Instead, enable the `"derive"`
7feature of the `arbitrary` crate.
8