• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# `#[derive(Arbitrary)]`
2
3This crate implements support for automatically deriving [the `Arbitrary`
4trait](https://docs.rs/arbitrary/*/arbitrary/trait.Arbitrary.html).
5
6Don't depend on this crate directly, though. Instead, enable the `"derive"`
7feature of the `arbitrary` crate.
8