blob: 7f48c75de1ac3c839f860a291e801539580e848f (
plain)
1
2
3
4
5
6
7
|
# `#[derive(Arbitrary)]`
This crate implements support for automatically deriving [the `Arbitrary`
trait](https://docs.rs/arbitrary/*/arbitrary/trait.Arbitrary.html).
Don't depend on this crate directly, though. Instead, enable the `"derive"`
feature of the `arbitrary` crate.
|