File: README.md

package info (click to toggle)
rust-derive-arbitrary 1.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 128 kB
  • sloc: makefile: 4
file content (7 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (46)
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.